This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF_ERROR_SVC_HANDLER_MISSING error

Nrf52832 sdk15.2 is debugged online after burning softdevice, bootloader and bootloader settings. In the ble_dfu_buttonless_async_svci_init() function, the error NRF_ERROR_SVC_HANDLER_MISSING is always returned. What could be the reason? (NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS=0 in app, NRF_DFU_BLE_REQUIRES_BONDS=0 in bootloader)

Parents Reply
  • Hi I am facing the same problem of Receiving NRF_ERROR_SVC_HANDLER_MISSING while integrating
    dfu_buttonless services in my application.

    I am using SDK 15.3.0 


    Q1) Do we have any suggestion on this?

    NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS=1 in-app, NRF_DFU_BLE_REQUIRES_BONDS=1 in bootloader

    also with 

    NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS=0 in-app, NRF_DFU_BLE_REQUIRES_BONDS=0 in bootloader

    C:\>nrfjprog --memrd 0x0000FF8
    0x0000FF8: 00078000   

    Q2) when the bootloader is present I am unable to debug the application using eclipse. On Restart Eclipse is unable to get start address of application and the board is running in boot mode.

    I tried to return false in app_is_valid(false), still can't debug much time.

Children
No Data
Related