Hi My project need to transport HRM data by ANT+/BLE. base on ANT_s332_nrf52_0.9.1.alpha.hex and sdk nRF5_SDK_11.0.0_89a8197 platform. We have finished the function. Now we need to merge and add DFU function. We merge code with macro BLE_DFU_APP_SUPPORT to my project. after merged it , power on it, it will hault and report an error with 0x8008 in file Dfu_app_handler as below: void dfu_app_dm_appl_instance_set(dm_application_instance_t app_instance) { uint32_t err_code;
err_code = dm_application_instance_set(&app_instance, &m_dm_handle);
APP_ERROR_CHECK(err_code);
} but I can't search that what the error with 0x8008 mean?