This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: Shared memory setup in RTOS

Part Number: AM5728
Other Parts Discussed in Thread: SYSBIOS

I have the following scenario:

- Cortex-A15 software based on SYSBIOS
- DSP1 and DSP2 software on baremetal
- A small memory buffer in OCMC_RAM3 to share data among them all

The problem is that the shared buffer works fine only between DSP cores, but I wasn't able to exchange data among A15 and the DSP's. I checked the buffer location in all .map files and they look fine. I guess the problem concerns the A15 cache, DSP MMUs, L3 interconnect, or something like this, but the related documentation is quite cumbersome and I did not find any example to check.

Any idea or example to go on ?

Thanks in advance,
Daniel