adafruit / Adafruit_nRF52_Bootloader

USB-enabled bootloaders for the nRF52 BLE SoC chips
MIT License
438 stars 393 forks source link

The function bootloader_app_is_valid always return false #167

Closed monkey-studio closed 3 years ago

monkey-studio commented 3 years ago

https://github.com/adafruit/Adafruit_nRF52_Bootloader/blob/35e8ad97ac01c76ea2477140f8ec171887b1c7fd/lib/sdk11/components/libraries/bootloader_dfu/bootloader.c#L166

In the function bootloader_app_is_valid(), it always return false even after the application is updated. Pls help.

I have build the newest version, and use the board nrf52832.

monkey-studio commented 3 years ago

sorry, #115 solved this.