Hello there,
I am thinking about migrating to VisualGDB from Keil uVision for my ARM projects (essentially with STM32 MCUs). I am exhaustively testing the VisualGDB environment and I am find it compelling. While testing the debugger I stepped into an issue (at least for me):
Debugging a project in uVision (version 5.x) I am able to display the live values changing in the hardware register windows, i.e. if I look into RTC registers while the program is running, I am able to see the seconds advancing or in the UART register the buffer full flag being set in real time.
From my experience with VisualGDB, it is not possible and I can see the actual content of the hardware registers only after pausing the program execution.
am I wrong?
Thanks!
-
This topic was modified 5 years, 10 months ago by danielone.