Bluetooth fail

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 directly enters void Reset_Handler (as shown in the figure) and then stops running. What could be the reason for this?

Related