This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Bss and data segments initialization

When bss and data segments are initialized in memory by startup code whether before calling reset handler or after calling reset handler? In stm32f103c6 startup code I am unable to find initialization of data, text and bss segments initialization can anyone help me to understand this concept.