Part Number: TMS320F28388D
Hi,
Trying to move from basic IPC to message queue IPC.
I have a timer interrupt triggering an interrupt in core 1 to send a message using flag 1, which triggers an IPC interrupt on core 2 upon reception.
CPU1 sends a message using IPC_sendMessageToQueue , which returns a success. CPU2 gets its IPC interrupt triggered, and tries to read the message using IPC_readMessageFromQueue. However, this function returns a failure, and the message remains 0 in all elements of the IPC_Message_t structure.
I have checked the IPC registers on both cores, everything seems in order.
Any idea what could be causing the issue ?
Best regards,
Adrien






