Other Parts Discussed in Thread: OMAPL138
Hello all,
I am using CCSv5, spectrum digital xds560v2 jtag emulator and evmomapl138. I am tring to run the IPC examples. I've tried both on the ARM and DSP but am encountering some difficulties.
The program keeps running but the notify is never successful.
I think the problem is that I'm only loading the ARM executable when its for the ARM or the DSP .out when I have set DSP as a target. I found some documentation on the "read me" file in the IPC examples but am confused.
How to run example
------------------
1. Load and run the arm image on arm first.
image: ti_sdo_ipc_examples_platforms_evmOMAPL138_arm\debug\notify_arm.xe9
2. After the arm image has reached main(), load and run the dsp image
on the dsp:
image: ti_sdo_ipc_examples_platforms_evmOMAPL138_dsp\debug\notify_dsp.x674
3. Communication start to go around in circles (arm -> dsp -> arm -> dsp...)
Where in the notify example, communication is the notify events. In the
message example, it is MessageQ messages.
Note: arm must be run first because it initializes the shared
memory to zero. It also must be ran because arm must reach main()
before dsp can be loaded and run.
It says how to load the ARM executable but how and where should I load the DSP executable for it to work. Please provide any guidance.
Thank you,
Michelle