• Is there ANY Cortex core that supports reentrant interrupts?
    Note: This was originally posted on 28th February 2011 at http://forums.arm.com For some (external to me) reason I am stuck with the Cortex but trying to find work around to my software issues with the...
  • Reentrant?
    I rarely ask questions on this forum, but since I couldn't [easily] find it in the help-files, or on-line, I'm asking you guys. I usually (like never) don't use the 'reentrant' pragma, but I think...
  • reentrant
    i am using an 89v51rd2 controller with out external RAM, i use the following reentrant function for one of the functionalities, i cant avoid it because this function can be recursively called any no...
  • REENTRANT
    I am currently trying to resolve a problem with calling printf from within an interrupt and keep getting the following warning. *** WARNING 15: MULTIPLE CALL TO SEGMENT SEGMENT: ?PR?PRINTF?PRINTF...
  • Reentrant Functions cause Link Warnings
    Hi, I modify some of my function to "reentrant" ones. After that, I got a bunch of unresolved extenals. Why? Further, should I declare the reentrant function prototypes "reentrant"? Like extern void...