
I'm using the NRF5340. When I open a standard example project located in the directory: nrf\samples\bluetooth\peripheral_uart (the well-known Bluetooth data transparent transmission example), during debugging of the application core, the program enters void ble_write_thread(void) and then stops moving. That is, it gets stuck before "don't go any further until BLE is initialized" (as shown in the image), and then the program enters SLEEP_IF_ALLOW(_WFI) and freezes(as shown in the image). What is the reason for this, and are there any solutions?

