Hi,
There is very little information in the manuals regarding the data sections.
So what is?
.bss
.rodata
.sbss
.sbss2
.sdata
.sdata0
My guess is:
.bss for Global variables
.rodata for constants
.sbss for static variables
sbss2 ???
sdata ???
sdata0 ???
Thanks,
Simon