Bootloader development on nRF52840

Hello,

I wanted to implement a bootloader on nRF52840 which is having 1024KB flash and 256Kb RAM. Can i get any link or tutorial on this if yes can anyone reply to this.

How can i achieve this in this nrf controller with detailed explanation or any libraries for this? How can i divide the flash memory for this so i am having all questions.

Thank you in advance.

Parents Reply
  • Hi,

    The firmware update via uart from the Bootloader using Physical button is able to work, next step I have to do the same thing but without using button.

    I have to reserve space in Bootloader on Flash and whenever the new version or updates present that time it has to check for that update has to done via Uart only, please suggest any of reference for this.

    I am using nRF52840 microcontroller and Visual studio code for the development.

    Thank you in advance.

Children
Related