Hello Support,
For CONST data item I see that the compiler generates .const section.
But when the CONST data item is a MATRIX, then I see that the section name is changed to something like .const:XXXXXX.
Any clue aboutthe rule for section name creation by the compiler when the user doesn't use any PRAGMA.
Also, how does the linker allocate those .const:XXXX section names within the .const section, even though the exact section name is missing in the Linker Command File?
I am using TMS470 4.6.4 compiler.
It is a C code which I am compiling.
Some snippet from MAP file will indicate the question I am asking:
.Layer2_Const
* 0 00008050 00000978
00008050 000002f8 hzspicnf.obj (.const:SPI_Messages_Database) --- Why the section name is not .const
00008348 00000008 hzspicnf.obj (.const)
00008350 00000058 hcnvm.obj (.const:nvm_stage_process)
000083a8 00000010 hcnvm.obj (.const)
000083b8 00000020 hi
Thank you.
Regards
Pashan