Environament: Processor - 6747 , CCS - 3.3 , Simulator
My program memory is in L2 RAM .
from manual : 256 K memory in L2 from 0x0080 0000 to 0x0083 FFFF ( 256 K)
from cmd file PROG : o= 0x0080 0800 l=0x1F000 ( length 1F000)
so my program can have start address = 0x0080 0800 end address =0X0081F800
My code works fine, till code size increased to address 0x0080FFFF, when it crosses 0x00810000 then code crashes due to some corruption at boot c_int00 .
can you please suggest me ?
Is there any memory protection registers i need to configure so that this corruption can be avoided.