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

while working on ble-app-buttonless-dfu im getting error while debugging. can u please resolve it

int main(void)
{
bool erase_bonds;
ret_code_t err_code;

log_init();

{ // Initialize the async SVCI interface to bootloader before any interrupts are enabled.
err_code = ble_dfu_buttonless_async_svci_init();
APP_ERROR_CHECK(err_code);
}

in app error check im getting stopped. showing error there

Parents Reply Children
Related