Nucleo-H743ZI, Keil MDK-Lite V5.***, Variable watch not displaying correct values.
Hi,
When I add variables to watch during debugging, the watch window does not display the actual value of the variable. I know the variables have the correct value because the program flow based on the value of the variable is correct. The watch just seems static and never updates variable changes.
I have tried 2 different computers, 2 different Nucle0-H743ZI boards, Optimization set to 0, added "volatile" when declaring variables, updated the debug drivers.
Changing variable type and changing the scope of the variable has no effect.
The only time the watch window is correct is if I assign a value to the variable during declaration, the watch window displays the correct declaration value. But that value never changes even when the variable changes.