nrf5340 Interprocessor Communication without using OpenAMP

Hello!

I am evaluating using nrf5340 for a very simple application (literally would only be a few lines of code). In it, I want to pass some information from the network core to the application core. I know that I can signal the application core that there is new information to be picked up using IPC, but the documentation then says that it is OpenAMP that handles the exchange. However, I do not wish to include Zephyr or any kind of high level library since I prefer working straight with registers.

Therefore, what would be the way for the application core to receive correctly data from the network core?

Thank you very much in advance.

Martina

Related