• The worst wrong error code I have seen
    FYI: It took a while to catch that one by mistake, I had this line in two .asm modules in the same library. NAME SACACODE The error resulting is Undefined external for what is in one of the modules...
  • 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...
  • ETM trace, can the contents of memory accesses be seen
    Hi, our verification activities forbid code instrumentation or execution control, we only test production code. ETM tracing looks good but it is instruction trace. Our testing needs to watch memory or...
  • 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...
  • 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...