NordicPlayground / nRF51-ble-bcast-mesh

Other
323 stars 121 forks source link

it seems a bug! #186

Open dongwencai opened 7 years ago

dongwencai commented 7 years ago

i flashed SD BL and pagedevice.hex using nrfjprog, then flashed app using serial, it was blocked when updating. when i comment out the 2 lines in bootloader_info_on_flash_idle(), the app could be flashed ! but it seems erase UCIR.bootloader, and bootloader is invalid! `void bootloader_info_on_flash_idle(void) { m_write_in_progress = false;

// mp_info_entry_head = (info_buffer_t) mp_info_entry_buffer; // mp_info_entry_tail = (info_buffer_t) mp_info_entry_buffer;`

trond-snekvik commented 7 years ago

This is interesting. I haven't seen this problem myself, how consistent is the error for you?