Tool/software:
Hi Team,
I am getting below error while trying to send message from core 0 to core 1. It only executes only when data sent for first time. It fails for 2nd time and onwards. Please let me know what parameters settings is wrong.
ERROR: RPMessage_send:301: [IPC RPMSG] Message send to remote core 1 @ 13 end po
int failed due to invalid parameters !!!
ASSERT: 144.251423s: ../ipc_rpmsg_echo.c:ipc_send_message:639: status==SystemP_S
UCCESS failed !!!
As part of requirements, I have done below steps
1. configured Core0 to get UDP data of 1024 bytes in buffer
2. Take that data and pass it to core 1 using RPMessage_send() function
3. Core 1 receives for 1st time but not for 2nd time
4. Core 1 needs to send data over SPI bus
Appreciate your help!