• 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...
  • attribute((at(x)) .bss sections not initialized
    In our ASIC, we have multiple cores: a cortex M series, plus a DSP. The separate DSP core is getting it's memory poplulated by it's output elf into several arrays that are located (using the __attribute__...
  • Sections
    Hello, I am trying to convert a project from uVision 1 (C166 V3.11) to uVision 2 (C166 V4.20). After importing the old project and building it, I get linker errors L110:CANNOT FIND SECTION OR REGBANK...