• Debugger watch window doesn't show correct values
    Hey there, I'm using keil v5.27.1.0 with a stm32h745 nucleo board. i'm developing firmware code for a student project. i'm having a problem where the watch window shows jibberish values for variables...
  • Debugger watch window doesn't show correct values
    Hey there, I'm using keil v5.27.1.0 with a stm32h745 nucleo board. i'm developing firmware code for a student project. i'm having a problem where the watch window shows jibberish values for variables...
  • Debugger watch window will not show assembly variables
    Is there a method to declare labels and variables written in assembly so that the debugger watch window will show them? I know I've done this with IAR but can't see how with uVision. For example I have...
  • Debugger watch window will not show assembly variables
    Is there a method to declare labels and variables written in assembly so that the debugger watch window will show them? I know I've done this with IAR but can't see how with uVision. For example I have...
  • 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...