Variable values in the Watch window of Keil's debug environment are not updating automatically
Hello,
As I enter debug mode and start to run (code execution), nothing is updating in the debug window( the t1 variable at the bottom of the debug mode window just showed me zero or .0026)
However, my program works fine on my STM32F10x MCU. When I stop the code execution, the watch window variables show the last updated value, and the RTOS RTX also shows the old state of each thread, and the t1 becomes a number regarding the execution code time.
I have updated my ST-Link V2 to the latest version and MDK Keil software to the latest version and installed compiler version 5 for my code compilation.
But during execution, nothing was displayed. I have also set the core clock to 72MHz at Debug->Trace->Core clock, but it did not change anything.
I need to know why the debug window is not working correctly.
