Tool/software: Code Composer Studio
1、spnu118t figure3-1 said that after power on ,there is a "on chip bootloader" before c_int00, for tms570ls3137 is there a "on chip bootloader" ?
which doc can i check for this? cause i think this is helpfull for the next question
2、for the .map as below for example
run origin load origin length init length attrs members
---------- ----------- ---------- ----------- ----- -------
00000000 00000000 00000040 00000040 r-x
00000000 00000000 00000040 00000040 r-x .intvecs
00001560 00001560 00031920 00031920 r-x
00001560 00001560 00030a80 00030a80 r-x .text
00031fe0 00031fe0 000007c0 000007c0 r-- .const
000327a0 000327a0 000006a0 000006a0 r-- .cinit
00032e40 00032e40 00000020 00000020 r-- .binit
00032e60 00032e60 00000020 00000020 r-- .ovly
08008000 08008000 00018c68 00000000 rw-
08008000 08008000 00018c68 00000000 rw- .bss
08020c68 00000040 0000105c 0000105c r-x
08020c68 00000040 0000105c 0000105c r-x flashAPI
08021cc8 08021cc8 00000660 00000000 rw-
08021cc8 08021cc8 00000660 00000000 rw- .data
08022340 00001540 00000020 00000020 r-x
08022340 00001540 00000020 00000020 r-x .TI.ramfunc
0803ffc0 00001500 00000028 00000028 r-x
0803ffc0 00001500 00000028 00000028 r-x ramIntvecs
section .bss and .data is located in ram,how to understand? after power off,nothing left in ram.
so there must be some mechanism copy the data and bss from flash to ram?
and i also want to know when the ccs debug the proj, it just programm the flash ,or both the flash and the ram ?