hi.
SDK:17.1.0
CHIP:nrf52810.
application: ble_app_uart (Added buttonless dfu service and successfully upgraded OTA)
bootloader: secure bootloader ble
#APP_ADV_DURATION changed 0.
init.advdata.flags = BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE;
when I debug. Found that the program does not seem to run into the mainloop, and the running effect does look like the above, here's why. What do I need to do to get him to run into mainloop and execute nus_data_handler_real()?
I look forward to your answers. Thank you very much!