DM648 CCS3.3
My tcf:
L1CACHE 16KB addr:0x00f04000 len: 0x4000
L1D SRAM 16KB addr:0x00f00000 len:0x4000
In my app code:
#pragma DATA_SECTION(DATABUF,”L1DSRAM”)
But,in .map file, the start address of DATABUF is 0x00a08500 ; and it was located in IRAM (L2SRAM)
???? why???? How to explain it? I just want to define a DATABUF on L1D;

