Tool/software:
Hello,
I want to implement IPC on the F28388D processor. IPC_sendMessageToQueue(IPC_CM_L_CPU1_R, &messageQueue, IPC_ADDR_CORRECTION_ENABLE, &TxMsg, IPC_BLOCKING_CALL); In the message I sent with, IPC_readMessageFromQueue(IPC_CPU1_L_CM_R, &messageQueue, IPC_ADDR_CORRECTION_ENABLE, &RxMsg, IPC_BLOCKING_CALL); In the message I read, the RxMsg.address values do not match each other.
Command, dataw1, dataw2 values are correct.
Even if I send Address 0 from CM I read 0x6FFF7000 on CPU1.
Can you help me?
Thanks in advance.
Best Regards,