This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52840 simple uart bootloader

I have a project using nrf52840. The nrf52840 communication with a nbiot mcu using uart port. In my project the nbiot download the firmware from server and send the firmware to nrf52840 through uart port for OTA firmware update. The DFU bootloader inside the SDK of nrf52840 implement complex protocol that is not easy to be implemented by nbiot mcu. We want to implement a custom boot loader on nrf52840 that receive firmware from uart port using our self-defined protocol. Are there any document and guides teach us how to develop a custom uart bootloader on nrf52840  

Related