• uVision3/ARM watch window bug...?
    The uVision3 IDE watch window shows the value of pString incorrectly (when stopped on a breakpoint in the "bug" function), unless pString is actually referenced in the function (by, for example, uncommenting...
  • Watch window error (stack variable)
    Could you please have a look at the following source code: #include <stm32f10x.h> /* STM32F103 definitions */ class Test { public: static int i1; static int i2; static int i3; static int TestFunc...
  • 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...
  • Watch window problems
    I did a couple of searches and found some references to the problems I am having. But I don't think this is fully addressed, so I'll ask here. I am using the contest eval board from Luminary Micro...
  • 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...