Bluetooth wont initialize with custom board based on nRF5340dk

Hello,

I am working on creating a custom board based off the nrf5340dk_nrf5340 board

I am following the tutorial here

https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-3-adding-custom-board-support/topic/exercise-2-5/

I have an application that functions properly when I build it for the nrf5340dk_nrf5340. However when building for my custom board(which is a direct copy of nrf5340dk_nrf5340), the program runs but the Bluetooth fails to initialize.

[00:00:01.455,780] <err> bt_hci_driver: Endpoint binding failed with -11
[00:00:01.463,165] <err> bt_hci_core: HCI driver open failed (-11)

In both cases I am running off the same hardware nrf5340dk_nrf5340 

Related