Hi,
Now, I'm doing a project. A device node sends picture data and the other one receives these data. Then the receiver shows the picture on the SSD1306 display.
At receiver's side, there are two threads, one receives the data and the other handle the display. For these two threads' coordination, I use the mailbox. But this would fail if the picture data was sent too fast.
So, I plan to use the other core - RISC-V, to handle the display data. But I know nothing about this dual core application. I just know this may be related to this example, nrf\samples\ipc\ipc_service. But this example doesn't include NRF54L15.
My question is that someone know which example can help me? Give me as much information as possible. Thank you very much.