• Saving the content of the watch windows between two debug sessions.
    Hello, Is there a way to save the content of the watch windows between two debug sessions or when a debug session is stopped and restarted again? For the moment, when I stop a debug session, I have...
  • Saving the content of the watch windows between two debug sessions.
    Hello, Is there a way to save the content of the watch windows between two debug sessions or when a debug session is stopped and restarted again? For the moment, when I stop a debug session, I have...
  • uVision watch window, cast address to an array, "Keil is the bee's knees."
    Hi, I have this array static char keil[] = { "Keil is the bee's knees." }; // address eg 0x20000158 Knowing its adddress how to cast it into an array in 'Watch window' grammar so that I can see...
  • uVision watch window, cast address to an array, "Keil is the bee's knees."
    Hi, I have this array static char keil[] = { "Keil is the bee's knees." }; // address eg 0x20000158 Knowing its adddress how to cast it into an array in 'Watch window' grammar so that I can see...
  • Problems with array in Watch window
    I'm using MDK-ARM 4.21 with the ULINK Pro and a LPC1114/302. When I start debugging and the PC points on the "{" of the main routine, the addresses of the arrays NANDElecSignature and NANDElecSignature1...