Hi,
I got nRF5340 DK board and trying to run sample projects such as peripheral_lbs, peripherad_gatt_dm, etc. using SEGGER Embedded studio but BLE advertisement doesn't work.
When this function is run, it never return and fails to advertise:
err = bt_enable(NULL);
nRF Connect SKD versions I tried: 1.5.0/1.5.0-rc1/1.4.99. all of them has same behavior that Bluetooth initialization never return and doesn't advertise anything.
Note that other peripherals (button/LED) work fine.
am I missing some additional step?
Could you help me understand what could be the issue?
Thank you