Hi,
I have problems trying to setup the IPC multicore message example. I get different exceptions / errors each time I try to start the example. Sometimes it crashes on ARM, sometimes on DSP, sometimes Ipc_start already crashes with different exception (sometimes it seems to be an exception triggered by hardware (e.g. illegal Op-Code, resource conflict, etc), sometimes also by API like addrNotInSharedRegion, etc.). Sometimes Ipc_start finishes without crash on both cores but then HeapBufMP_open hangs and does not return on Core 1.... And also I got the example 1 time to work... So the error pattern like already mentioned in the subject seems to be totally unpredictable.
The only thing I've changed is the address of the SharedRegion within message_common.cfg.xs, it is 0x4150000 since my OMAP-L138 on the target hardware is connected to external SDRAM instead of DDR, like it is the case on the EVM...
My RTSC setup for the example is as follows:
- ipc_1_23_05_40
- bios_6_32_05_54
- xdctools_3_22_04_46
- xdais_7_21_01_07