Part Number: TMS320F28388D
I am using the MATLAB Simulink Code Generation to send an int32 from the C28x CPU1 to the ARM M4-Cortex using IPC-Transmit. The Transmission will be triggered by an ePWM Block with a 10kHz clock rate. On the M4-Cotrex side, the int32 will be received using an IPC hardware interrupt. At the moment, the ARM M4-Cortex cannot receive the int32. By reducing the clock rate to 1kHz, the transmission works fine.
What is the maximum permissible speed for an IPC-transmission between the C28x CPU and the ARM M4-Cortex?
Can somebody provide information how to speed up the IPC transmission?
Thanks in advance!