• .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 ?
  • heap size .bss section
    Hello, How is it possible to see if a heap buffer overflow occured? I just took a look into the .map file and the size of the .bss section is 0x00003c28. I've 16kB internal RAM. The size of the...
  • 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...
  • using microlib -- but .bss is not being initialized to 0
    i am able to successfully build/load/run programs on my M3 target hardware, though i just discovered that .bss is *NOT* being initialized to 0; rather, variables allocated in this section have garbage...