how to dfu on S332_ble_ant_app_hrm

application : sdk17.1/multiprotocol\ble_ant_app_hrm\pca10040\s332

i want to realize ble dfu on this demo, but i can not find the relevant example. how should i do?
 
best regard

Parents Reply
  • Hi,

    It looks from the log that an APP_ERROR_CHECK is called with an error code in the bootloader. Can you build the bootloader with DEBUG defined? Alternatively, set a app_error_fault_handler () breakpoing in components/libraries/util/app_error_weak.c and check the callstack to see where the error occured. When we know where, and with which status code, that will tell us more about what the problem is and how it can be resolved.

Children
No Data
Related