Skip to content

code examples of a the SDKv6.0 DFU bootloader modified to be built by gcc.

Notifications You must be signed in to change notification settings

yiancar/nrf51_dfu_bootloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nRF51822 DFU bootloader

This project contains a DFU bootloader for the Arch BLE. It can be built by gcc-arm-embedded toolchain.

Requirements

  • Nordic SoftDevice S110 v7.0

How to

git clone https://github.com/xiongyihui/nrf51_dfu_bootloader
cd nrf51_dfu_bootloader/Board/seeed/bootloader_dual_bank_ble
make

Note that the bootloader address was set to 0x3C000 to give the bootloader only 16KB flash, so code optimization is enabled.

Analytics

About

code examples of a the SDKv6.0 DFU bootloader modified to be built by gcc.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.6%
  • HTML 2.1%
  • Assembly 1.8%
  • Other 1.5%