• Spurious warning C180
    I just upgraded to uVision 5.21.1.0 and Compiler V7.56.0.0 This sample code produces warning C180: 'myFunc': not every path returns a value. The warning was not produced by the previous version of...
  • MBC2130 spurious resets - solution
    This may help somebody. The MCB2130 board uses a couple of pins on the com0 interface to generate a reset or interrupt. I thought I was ok to leave these unconnected when using the serial port for other...
  • spurious interrupts not simlated in arm7
    spurious interrupts not simlated in arm7
  • [C51] OVERLAY between MAIN and ISR
    I have an issue with overlayed variables. Some locals variables function used within the MAIN call tree context are overlayed with local variables used within ISRs call tree context. So, when...
  • function called from task, ISR or main?
    Hi, I'm running RL-RTX and I have a function that can be called either from a task, from an ISR or from main (at startup). Is there is way to identify the calling routine so I can make the proper...