• UNINIT section gets initialized
    Hello, We're writing software for a device where we need a bootloader-application system. We wan't to share some data between the bootloader and the application. This is done by creating a struct...
  • 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, We're writing software for a device where we need a bootloader-application system. We wan't to share some data between the bootloader and the application. This is done by creating a struct...
  • 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...