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.

TMS320F28388D: IPC causing memory access fault

Part Number: TMS320F28388D

Hello,

I'm seeing a M4 Bus Fault from the CM when it calls IPC_isFlagBusyRtoL() due to the IPC_Instance (both in ipc.h) referencing an inaccessible address.

Bus fault address:

The call is "IPC_isFlagBusyRtoL(IPC_CM_L_CPU2_R, IPC_NAV_NOTIFY_COMM_UPDATE)", IPC_NAV_NOTIFY_COMM_UPDATE = 2

It's faulting at IPC_StS, address 0x20202024:

This address isn't defined in memory, however:

Any idea why it's trying to reference there?

-Felisa