Part Number:OMAP-L138
Tool/software: Code Composer Studio
Hi
i'm trying to make running ipclite communication between ARM and DSP on a OMAPL138.
using the example provided in starterware, i able to make it working in debug mode through a JTAG connection.
as soon as i try to flash the code on the board, the two programs stuck in the IPC init.
i followed the wiki to flash the code.
http://processors.wiki.ti.com/index.php/OMAPL138_StarterWare_Booting_And_Flashing
both programs are loaded and start ( i was able to trace them), i also took care that the DSPrun the IPC init when the ARM already did it.
so for me the only difference between running the example in debug in CCS and flashing them on the board is the boot-loader
i used the boot-loader provided in starterware also
i noticed that the linker file of the boot-loader load the init at the address 0x80000000 where the IPC dedicated memory is defined in the IPC example.
does it mean the boot-loader has to be modified?
what could be the difference between debugging with JTAG and and flashing the code?
i'm stuck with this, and i have no more idea
thanks for your support