• uVision3 Bug?
    Hello, why is the simple code below assembled wrong? The disassembly copies the same value from the same memory location 0x06 to tp(n). (MOV @R0,0x06) Thanks for Help Christian Tauschek MY...
  • Debugger bug?
    Hi, I must be honest, I'm to lazy to find out if someone has already reported this (I think) bug. I submitted a bug report to Keil: Using uVision V4.53.0.0 I suspect that the [Call Stack...
  • bug with debugger or bugger debugger
    Hi, one more time a got problems :'-( in fact when i start degugger i got a message : couldn't load file "toto" debugger aborded. And after it crash the programm keil µvision2 :-( Toto is the...
  • uVision3/ARM watch window bug...?
    The uVision3 IDE watch window shows the value of pString incorrectly (when stopped on a breakpoint in the "bug" function), unless pString is actually referenced in the function (by, for example, uncommenting...
  • Bug in the simulator?
    Issue The POPNE (or LDMNEIA) instruction seems to be executed in the simulator even if the Zero flag is set. C Compiler: V4.1.0.567 CPU DLL: V4.14 How to reproduce Create a new project...