Skip to content

ClarePhang/nrf51-dfu-single-bank-ble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

nrf51-dfu-single-bank-ble

NOTE: FROM SDK v9.0 TO HAVE SINGLE BANK DFU YOU CAN SIMPLY REPLACE dfu_dual_bank.c with dfu_single_bank.c. APPLICATION, BOOTLOADER, SOFTDEVICE UPDATE SHOULD WORK.


Single bank bootloader for DFU over BLE (nRF51, S110 v7.x)

Based on the dual bank BLE bootloader example in SDKv6.0.

Modification added to use the dfu_single_bank.c Please look for the comments "SINGLEBANK PATCH" in the code

Main difference was that bank0 will be erased when the image size is received. Only the pages that covered by the image size is deleted. The master would need to wait until the peripheral finishes deleting the pages and send a notification (image size response) before starting to send image data. This causes the DFU on the Master Control Panel PC app incompatible. Because it doesn't wait for the notification after sending image size. Modification needed on the PC software to wait at least 10 seconds before sending image data, or wait for the notification as in the Android app or iOS app.

Tested with Android nRFToolbox, nRFMaster Control Panel, iOS Loader, iOS nRFToolbox

Requirements

  • nRF51 SDK version 6.0+
  • S110 v7.0+
  • nRF51822 Development Kit version 2.1.0 or later

The project may need modifications to work with other versions or other boards.

To compile it, clone the repository in the \nrf51822\Board\nrf6310\device_firmware_updates folder.

About this project

This application is one of several applications that has been built by the support team at Nordic Semiconductor, as a demo of some particular feature or use case. It has not necessarily been thoroughly tested, so there might be unknown issues. It is hence provided as-is, without any warranty.

However, in the hope that it still may be useful also for others than the ones we initially wrote it for, we've chosen to distribute it here on GitHub.

The application is built to be used with the official nRF51 SDK, that can be downloaded from https://www.nordicsemi.no, provided you have a product key for one of our kits.

Please post any questions about this project on https://devzone.nordicsemi.com.

About

Single bank bootloader for DFU over BLE (nRF51, S110 v7.0+, SDK6.0+)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.6%
  • Assembly 9.4%