Hi,
I am trying to bring up open AMP application on nrf5340.
As previously known, this is used for exchanging specific data between the app core and the network core.
The sample application consists of 2 main.c, one for each core. How can this be run on nrf5340?
1. Can we build the corresponding application as nrf5340pdk_nrf5340_cpunet and nrf5340pdk_nrf5340_cpuapp and flash the 2 individual solution zephyr image? Will this work?
2. If not, how to load both the cores at once? We are using SEGGER embedded tool for flashing and debugging.
3. We went through the hci_rpmsg sample application in the nrf5340 PDK. Here, there is a single main file and the flow is similar to openAMP. However, is this data transfer across app core and network core? If so, how can we understand what gets loaded to the app core and what will be loaded to application core?
Regards,
Divya