Hi all,
I want to program a nRF5340 microcontroller to become a peripheral BLE device. I use the Zephyr with nRF Connect SDK 2.7.0 and VSCode as IDE.
I have a custom electronic board so I created a new board with the "Create a new board" wizard.
Everything was going well until I moved on to the BLE part.
In particular, I receive the following error:
No board specified for domain 'CPUNET'. This configuration is typically defined in myProjectPath/boards/ ... /nrf5340_ah_board/Kconfig
So there is something missing regarding the core network of the nRF5340.
Can anyone help me and solve my problem?
I checked and the Kconfig file does not exist.
Yet the wizard to create a new board is not complicated and there are not many settings to set.
At this point I wonder: is it possible to create a board from scratch or is it better to take an existing board and create an overlay file?
Is it too complicated to set up a custom board by yourself? Shouldn't the automatic procedure do it all?
Thanks.