Hello,
I am new to this OMAP L138 controller and currently working on DSP side of OMAP L138 (w/o using any SYSBIOS or DSPLINK).
I want to know about the memory utilization (L2D,L1P and L1D). [Currently I am programming DSP side using embedded C in CCS5, I have done required changes in .cmd file allocation entire 256KB to L2D, and 32KB each to L1D and L1P]
Currently my .far,.text,.pinit,.cinit are in L2D, my .fardata,.switch,.const data is in L1D (i have mapped this in my project).
Currently my .text size is 218KB. And now if I try to add or delete a part of my program, controller gives random errors.(memcpy not working/abort, no inizilization etc).
Also, from data sheet, I can see that it is having 256KB of L2. Does that mean my .out file should limit below 256KB??
Please share some information on this.
Thanks....