• uVision Watch List Bug
    Hi there, I have a little annoyance that I would love to find a work around for. When I start a debug session using the simulator, the watch list does not always have all the variables I added to...
  • Compiler Bug List for C51
    I'm currently on a program that uses Keil Compiler v 5.20 (DLL 1.32a). The program does not want to change compilers at this point. So I need to be aware of the compiler bugs in this version of the compiler...
  • A possible bug in os_tsk_delete, MDK-ARM v3.50
    Hi everyone, It appears there is a bug in os_tsk_delete function in MDK-ARM v3.50. If a task with an OS_TID = <some number N> tries to delete a previous task with OS_TID = N-1, the task with OS_TID...
  • uVision IDE MDK-ARM v5 bug?
    Hi, I was using the old uVision IDE V4.03q as I discovered that static declared variable inside a funtion loosed their value. I downloaded and installed the MDK-ARM v5. Static variables are okay...
  • Linker List
    Hi, I'm using LPC2368 as my cpu. While I debug my target - I have the ability to watch Disassembly lines in mixed mode (C code & Assembly), this help me to find the location of every command in my...