adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
601 stars 489 forks source link

Dual-bank firmware update #756

Closed aqibnasim closed 1 year ago

aqibnasim commented 1 year ago

Hello, I am trying to achieve FOTA on my nrf52840 device over LTE using Quectel BG77 modem.

I want to achieve it by first writing the firmware to the nrf flash and update to the latest after restart. I see that nrf SDK has dual-bank update feature .

I wanted to ask if the Arduino core for nrf has this feature? If not is there any upcoming update related to this? Thanks

hathach commented 1 year ago

This should be asked in https://github.com/adafruit/Adafruit_nRF52_Bootloader repo though. However, we don't use dual bank, since it halves the flash usage, and arduino user don't really like it.