I'd like to know how to implement a bootloader for the Nordic SoC nRF51822-QFAA-R in order to boot the softdevice and some firwmare. If will be great getting an application note or information about.
I'd like to know how to implement a bootloader for the Nordic SoC nRF51822-QFAA-R in order to boot the softdevice and some firwmare. If will be great getting an application note or information about.
The bootloader example (link) we have in SDK 11 supports DFU of softdevice, application, and the bootloader itself using either UART or BLE as transport. We also have a bootloader example (link) in SDK 12.0.0 that includes FW signing (ensuring that FW originates from a trusted source), but it only supports OTA DFU (BLE) at the moment.
The bootloader example (link) we have in SDK 11 supports DFU of softdevice, application, and the bootloader itself using either UART or BLE as transport. We also have a bootloader example (link) in SDK 12.0.0 that includes FW signing (ensuring that FW originates from a trusted source), but it only supports OTA DFU (BLE) at the moment.