Hi,
I just started with working on the Zephyr and nrf5340. I am trying to build an application where the app core prints ("Hello World from APP core") and the net core prints ("Hello World from NET core"). I was also able to go through the multicore/helloworld example but it doesn't seem to be useful enough to help out differentiate the source code for APP and NET core. It just combines both of them.
In future I'd be making application where the I2C part will be taken care by the app core and the BLE part would be taken care by the net core. For now I just want to have two images which prints hello world from their respective cores. Is there any sample application someone can share? There seems to be no application or sample where there is segregation between source code for both the cores.
Thanks
Regards