I am using latest version, nrf connect sdk v1.4.99-dev1
when activating bt_enable, application gets stuck
applications without BLE works well
I am working with the PDK
I am using latest version, nrf connect sdk v1.4.99-dev1
when activating bt_enable, application gets stuck
applications without BLE works well
I am working with the PDK
Hi,
Is there any particular reason that you need to use nrf5340pdk_nrf5340_cpuappns instead of nrf5340pdk_nrf5340_cpuapp ?
I don't think the controller (cpunet) would work out of the box with the application built as non-secure.
Have you flashed the nrf5340pdk_nrf5340_cpunet with the hci_rpmsg example ? It's mentioned about that here.
This sample must be programmed to the network core to run standard Bluetooth Low Energy samples on nRF5340. You can choose whether to use the nRF Bluetooth LE Controller or the Zephyr Bluetooth LE Controller for this sample. See Bluetooth LE Controller for more information
great, flashing the "nrf5340pdk_nrf5340_cpunet" was the missing part. btw this must be flashed by the programmer tool ,not working directlly from segger
great, flashing the "nrf5340pdk_nrf5340_cpunet" was the missing part. btw this must be flashed by the programmer tool ,not working directlly from segger