• The worst comment ever?
    Just running through some code written by someone no longer involved in the project and came across this: JobInProgress = true; // Obviously! Undoubtedly, comment style and reasoning can vary...
  • Interrupt not seen by M0 core
    Note: This was originally posted on 13th October 2011 at http://forums.arm.com I am sending an interrupt to the M0 from another processor.   In the NVIC registers I can see the interrupt pending, and...
  • C166 Compiler bug - Anyone seen this before?
    Hi there, I have this odd issue. Seems to be a compiler bug. Create a new C166 ST10F276 project and put in this code and you will see it corrupt the user stack pointer! I know someone will say...
  • Hex file is not seen in RTXtiny2 project folder
    Hi All, I was trying to create hex file for Example code 1 in RTXtiny2(keil micro version 2) for Philips 89V51RD2 microcontroller, it shown the following Build target 'RTX51 Tiny Ex1' compiling...
  • RTX166-Tiny and automatic variables is seen as not safe
    After some work with RTX-tiny, I have taken the following note: In RTX166-Tiny, the use of local (auto) variables is strongly impaired. RTX-Tiny shifts the contents of the stacks (user and system stack...