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

nFR51822 DFU-OTA bootloader do NOT work

I use SD 7.1.0. My own app works perfectly. I use my own PCB, debugger J-Link Segger. I try to upload any app via bootloader from SDK's example (modified in LED_pins dfu_dual_bank_ble_s110_pca10028). Dfu adv-nt doesn't start.

dfu_init() == NRF_SUCCESS;

but go to infinite loop in

dfu_ble_get_peer_data(&m_ble_peer_data)  == NRF_ERROR_INVALID_DATA
  ->  crc16_compute((uint8_t *)&m_peer_data, sizeof(m_peer_data), NULL); <- here

It is example and I am a newbie. What I do wrong?

edit 1 check blog post devzone.nordicsemi.com/.../

Parents Reply Children
No Data
Related