• 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__...
  • 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__...
  • Uninitialized variables is getting assigned to DATA section instead of BSS section in ARM Compiler 6.6
    Uninitialized variables is getting assigned to DATA section instead of BSS section in ARM Compiler 6.6. How to resolve this other than placing the variable in .bss.<section_name>? Is there any other...
  • Uninitialized variables is getting assigned to DATA section instead of BSS section in ARM Compiler 6.6
    Uninitialized variables is getting assigned to DATA section instead of BSS section in ARM Compiler 6.6. How to resolve this other than placing the variable in .bss.<section_name>? Is there any other...
  • .bss section
    Please let me know whether the size of .bss section should be included in ROM size or in RAM size ? In other words : where does the .bss section lay? In ROM or in RAM? Thanks in advance