Every project in CCS after build and debug has a file with .map suffix.
Under the "SECTION ALLOCATION MAP", there is a describing line "Addresses surrounded by [ ]'s are displayed for convenience only!".
The matter is that some of the output sections' addresses in the orgn(bytes) cloulmn surrounded by [ ]'s and some other in the orgn(words) column.
The question is why?
I myself think the reason is :
"C55x memory is byte-addressable for code and word-addressable for data." E.g. after .text we use code and after .const we use data.
Regards,
Hossein