Custom Board NCS

NCS V1.7.0

VSC IDE

In VSC you can create a custom board.

when i do this for the nRF5340 and build, it does not include the network core.

it also does not appear to add the HCI_RPMSG to the network core and merge hex files.

is there documentation on building a custom nRF5340 board?

what are the files needed to accomplish a APP, NET, HCI compile and merge to program both cpus and have HCI included?

Parents Reply
  • the Tutorial is for a nRF52 board and is helpfull, but there appears to have an issue with the network core of the nRF5340.

    I copied all the board files from the 5340 (secure version) into my custom board folder. Renamed the files to match the new board name. So now I have a custom board that should be identical to the zepher based 5340DK secure version.

    If I use the custom board for either of the projects the outcome is the same, bt_enable() never returns. There are missing domain definitions for the network core in the custom board, I think that is the root cause of the failure. There is some other configuration file that is used when zephyr is built that is not in the board folder. I have looked though documentation and cannot find a list of the actual configuration files used when doing the first stage of the build

Children
Related