• 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
    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
    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 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...