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.

RTOS/AM5728: Remoteproc error

Part Number: AM5728

Tool/software: TI-RTOS

Hi,

So I have this project where I use the EMAC driver together with ipc / remoteproc. It works fine when I run it compilted with debug configuration, but when I change to the release configuration I get the following error when I try to load the program with remoteproc:

erroneous trace resource entry

Failed to process resources: -22

Probably something gets optimized away. I followed this guide to set the application up, so any ideas where it might need a volatile?

If it helps, here the project code

dsp_code.tar.gz