• __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...
  • 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;...
  • LPC2129 not appearing in software packs of Keil5.23.0.0
    Hi, recently i installed Keil 5.23.0.0 for ARM. I want to develop programs for LPC2129 but in vain the device is not appearing in software packs of Keil. I tried to install legacy software but still...
  • update MDK , and generate erro
    I am maintaining a project which is worked with ARM COMPILER V2.53 and is finished six years ago . The development platform is lost, I try to build and download the latest Keil MDK 4.6. There...