• __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...
  • 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;...
  • variable not appearing in Locals Window
    I want to look at some registers using the variable 'debug'. However, the variable does not appear in the Locals window. Reading other posts, they say I need to use the variable otherwise the compiler...
  • variable not appearing in Locals Window
    I want to look at some registers using the variable 'debug'. However, the variable does not appear in the Locals window. Reading other posts, they say I need to use the variable otherwise the compiler...
  • 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;...