VS Code and nRF5340 dual core microcontroller

Hi,

I need to create a VSCode project for the nRF5340 microcontroller.I use Zephyr OS. The problem is that this microcontroller has 2 cores.

I can create a VSCode project for the core network and the core application individually.

Is it possible to create a single VSCode project for both cores? How can I do? Is there an online guide?

Another thing, how do I get the 2 cores to communicate? Is there a guide for this too?

Thank you.

Related