• UNINIT section gets initialized
    Hi All, I need to prevent initializacion of one variable. I readed the Keil documentation and this other old thread "http://www.keil.com/forum/11937/" but the variable stills initialized. This...
  • UNINIT section gets initialized
    Hello, I am trying to define an RAM area that should not be initialized by the C library init function. I found an old thread about that ( http://www.keil.com/forum/11937/ ) but the proposed solution...
  • UNINIT section gets initialized
    Hello, I am trying to define an RAM area that should not be initialized by the C library init function. I found an old thread about that ( http://www.keil.com/forum/11937/ ) but the proposed solution...
  • UNINIT section gets initialized
    Hi All, I need to prevent initializacion of one variable. I readed the Keil documentation and this other old thread "http://www.keil.com/forum/11937/" but the variable stills initialized. This...
  • UNINIT Section Gets Zero Filled
    Hello all, I'm trying to define an uninitialized section in RAM so that I can save some data when a soft reset occurs. However this section seems to be getting filled with zeros by the scatterload function...