• 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;...
  • Local variables definition in assembler to have them appear as such in debugger
    I follow the Keil segment naming conventions when writing my assembler subroutines in order to "imitate" what I would obtain if I had coded those functions in C and to take advantage of the overlaying...
  • local array variables in debugger watch-local window not right...?
    local array variables in debugger watch-local window not right...? I detected a strangeness during function's debugging. Local array in Watch/local window was shows with incorrect Address and values...
  • __main not appearing to initialise data
    I have a strange problem in that initialised variables in external RAM are not being initialised by the 'C' startup code when the size of data exceeds a certain size - it gets zero initialised instead...
  • Dis-appearing MDK update
    Did anybody else notice how an update of MDK appeared and disappeared recently? I saw update 4.71 (dated April 2013) was available yesterday on the Keil homepage and downloaded it. A little later...