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

Firmware upgrade via UART

Hello everyone,

I trying to firmware update my nrf52832 via Tx and Rx pin uart. I create my own application using keil compiled get .hex file i upload this hex file into my nrf52832 board please support me what are the procedure i do and which example code can i used to doing this process. I using SDK version 15.2.0

Parents Reply Children
  • I understand, but I believe it is easier to get started with the secure bootloader, because the open bootloader currently only supports USB (on the nRF52840, not UART). Make sure you have that up and running before you try to port the transport layer in this project to USB.

    Once you know everything is working as intended you can try to port to the open(unsecure)_bootloader. DFU is a bit complex, so there are plenty of things that can go wrong, which is why I suggest that you test something you know that is working before porting it. 

    Best regards,

    Edvin

Related