• 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__...
  • BSS address
    Hi there, Iam doing a CAN based project using LPC2368 controller. The development is done using GNU compiler. I have not specified the BSS start address in the Keil uVision3 IDE settings for the GNU...
  • .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
  • BSS Section
    Hi I am using AT89C51RD2. Is there BSS section ? If so, where is it located and is there any way to set the BSS section for an absolut address ?
  • Startup Code Microlib - Stack heap initialization
    Hi, I am trying to understand STM32F4-Discovery startup code that is added automatically to Keil project. i.e. github.com/.../startup_stm32f407xx.s I am using Keil MDK v5. Everything is...