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 network core, the program enters err=ipc_bt_init(); and then gets stuck in the for(;;) loop. Additionally, both the application core and network core prompt me that there is no prj.conf in the application root directory. What could be the reason for this?


Does it mean that the configuration of the network core should not be changed either, and starting from line 11 is my configuration for it?