Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Custom UART Bootloader for nRF52805

I am using s112_nrf52_7.2.0_softdevice with nRF5_SDK_17.1.0 and Segger Embedded studio for nRF52805. 

My application code uses 150 kb Flash(Out 192 kb)I want to develop a custom Bootloader for nRF52805 so that  Host Microcontroller can update its firmware using UART(Rx ,Tx Pin) interface.

Means host microcontroller have bin/hex file and will send ,that hex file data into packet format (in some protocol or integrity checking mechanism) to nrf52805 for firmware upgradation without any security.

Kindly help me out with necessary steps to be done for developing custom UART bootloader and example if any.

Thanks  

Parents
  • Can you provide the source code of UART bootloader for nrf52805 so that i need less modification to make it as my application. Because in my application, I need to receive the Application firmware over UART from Host Microcontroller(Renesas Microcontroller) and further that firmware will be used for nrf52805.

    Also, I want lower memory footprint and without any security.

    thanks in advance.

Reply
  • Can you provide the source code of UART bootloader for nrf52805 so that i need less modification to make it as my application. Because in my application, I need to receive the Application firmware over UART from Host Microcontroller(Renesas Microcontroller) and further that firmware will be used for nrf52805.

    Also, I want lower memory footprint and without any security.

    thanks in advance.

Children
No Data
Related