I have a project on an omap L138 board, but I have a few question about memory map.
In a project using dsplink only, what can I do with the cmem memory ?
Linux uses 64 meg of DDR, from c0000000 to c4000000. If my memory map
starts at c3e00000, then evrything is fine. However, if I put it at c4000000, then
my program hangs when calling procload.
Precision :
I modified the memory map both on the GPP and the DSP side.
When using dsplink only, should the memory used by GPP + DSP be
inside the region mapped by the kernel ?
What can I do with the cmem memory when not using codec engine ?