Variable values in the Watch window of Keil's debug environment are not updating automatically

Hello,

Continuing with the topic:

https://community.arm.com/support-forums/f/keil-forum/56072/e300-identifier-not-found---read-os_info-osrtxinfo-not-found​

I have updated my MDK Keil software to the latest version and installed compiler version 5 for my code compilation. I can see the RTOS RTX window again, which is great.

Additionally, I have updated my ST-Link V2 to the latest version.

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.

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.

Parents Reply Children
No data