Hey there,
I don't know if this question suppose to be here or in the SYS\BIOS forum so sorry in advance...
I have a program built in SYS\BIOS working with the ARM and the DSP, communicating by IPC.
I have a custom board which has the Logic PD Omap L138 SOM on it.
I manage to load ARM only program working with SYS\BIOS to the SPI1 Flash and run the board in standalone mode but when I try to run the whole 2 processors program, it doesn't work. I tried debugging the code but It just hangs in random places before to IPC start is over.
I'm pretty sure I made the AIS files fine (according to the "C6000 Embedded Design Workshop Using BIOS - Booting From Flash") and here is my extra .cmd file for the DSP:
SECTIONS
{
.cinit > DDR
.text:_c_int00 > DDR
.text > DDR
}
Is there something specific I need to know in order to make this thing work?
Appreciate the help,
Yoel