EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: asyn driver problem running Linux 3.8.13 with arm processor
From: Andrew Johnson <[email protected]>
To: <[email protected]>
Date: Fri, 7 Feb 2014 11:13:27 -0600
Hi Jim,

On 02/07/2014 10:38 AM, Jim Chen wrote:
> while(1) {
>         /* Wait for event from interrupt routine */
> printf("====before\n");
>        epicsMessageQueueReceive(intMsgQId, data, sizeof(data));
> printf("====queue responsed\n");
> }

What does the code at the other end of the message queue look like? Does
it get called from interrupt context, or from task-level?

The problem might be that you can't use C++ code inside an ARM ISR (I
don't know whether that's true or not, but it's conceivable), and since
the libCom/osi/os/default/osdMessageQueue.cpp implementation is written
in C++ the problem is with the choice of using the epicsMessageQueue
inthe first place. As I said I don't know whether that is a restriction
but it's something you should check.

- Andrew
-- 
Advertising may be described as the science of arresting the human
intelligence long enough to get money from it. -- Stephen Leacock

Replies:
Re: asyn driver problem running Linux 3.8.13 with arm processor Till Straumann
References:
asyn driver problem running Linux 3.8.13 with arm processor Jim Chen
RE: asyn driver problem running Linux 3.8.13 with arm processor Mark Rivers
RE: asyn driver problem running Linux 3.8.13 with arm processor Jim Chen
RE: asyn driver problem running Linux 3.8.13 with arm processor Jim Chen

Navigate by Date:
Prev: WG: Re: motorRecord on linux-arm Jens . Eden
Next: Re: motorRecord on linux-arm Till Straumann
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: asyn driver problem running Linux 3.8.13 with arm processor Jim Chen
Next: Re: asyn driver problem running Linux 3.8.13 with arm processor Till Straumann
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 17 Dec 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·