• Debugger Symbols window missing modules
    Hi folks I'm looking for addresses from variables in my Arm7 project. For this I started the Simulator and opened the Symbol window. I searched a long time for my Modules but they're not listed...
  • variables in debugger watch window not right...?
    I was trying to make a simple static heap module, and when trying to verify proper operation of the heap functions via the debugger I got quite confused. Whether I build and run the below code for...
  • memory window
    How does the memory window work in keil uvision3? Do the memory window show the correct values getting from the controller or getting from the IDE? best regards Joe
  • Windows RDP update + Debugger issue
    Currently using uVision3 v3.80 and recently windows issued an update that Updated the Remoted desktop connection for XP making it the same version as Windows 7. However now the uVision3 debugger keeps...
  • uVision4 Debugger's "Memory 1" Window doesn't show the updated value
    I tried to write a simple program that can find the 1's complement of a number and store the result in memory. This is my program: ;Find the one's complement (inverse) of a number TTL Ch4Ex2...