I am working on omapl138. I have used Linux in ARM side and DSP BIOS in DSP side.
My application working fine When I keep all section(Linker command file) of DSP Executable in DDR.
Now I move some part of my DSP code & data to L2 RAM( IRAM ). I can able to load DSP executables ARM application is not saying any error. but DSP is not running.
When I google this problem. I found that LPSC0 15 has to be enabled.
I am not clear about this.
Help me, is it true? ... I have enable LPSC0 15.
if I need to enable LPSC0 15. Where i have to enable.
Whether I need to write a separate Linux driver. Is there any way it may be enabled in dsplink kernel module.
I don't want to enable LPSC0 15 using AIS GEN.