How does the STM32 knows where should the .BSS section be addressed,and what's the range,when the chip startup initially?
How does the STM32 knows where should the .BSS section be addressed,and what's the range,when the chip startup initially? We know that firmware downloaded into the flash contains section information like .text ,.data ect,while .bss section should be build up dynamiclly by the system,but how does the chip knows about the address and range for the .BSS section?!