• 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...
  • uVision Watch window does not like static ...
    I use uVision 4.53 (with Armcc V4.1.0.894), processor STM32F407 with standard settings. If I compile the following small program: class Test{ public: static int i1; static int i2; int TestFunc...
  • uVision Watch window does not like static ...
    I use uVision 4.53 (with Armcc V4.1.0.894), processor STM32F407 with standard settings. If I compile the following small program: class Test{ public: static int i1; static int i2; int TestFunc...
  • accessing variables in watch window
    When I'm trying to add some local variable to uVision watch window it shows the message '<not in scope>' under the 'Value' column. This happens for programs without RTOS. Can someone tell me how can...