Hello,
I am compiling for the C6657 and wanted to have a variable in L2SRAM. So in the code it is defined as
#pragma DATA_ALIGN(fBuf, 128)
float fBuf [1024];
In the map file I see this
00800000 __ASM__
00800000 fBuf
00800058 __ISA__
00800070 __PLAT__
00800098 __TARG__
008000c0 __TRDR__
...
What is this ISA, PLAT, TARG and TRDR and why are they overlapped with my fbuf?
Thanks,
Fawad