• 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...
  • 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...
  • unable to extract the watch window
    hi how can i extract watch window data into file(notepada or excel)in keil . please help me its very urgent...... thanks in advance.
  • Structures in the Watch Window
    One thing I don't like about the debugger is the way it compresses structures in the watch window every time you run to the breakpoint. If I hit a breakpoint and expand the structure so I can view the...
  • Variables not appear in Watch window
    Some variables not appear in Local and watch window. This is simple code I wrote and variable 'alpha' didn't appear. #include <reg167.h> #include <stdio.h> void main(void) { unsigned int alpha;...