Create a BLE DFU Bootloader Compatible with nRF52811's Memory Constraints?

Hello,

I want to integrate a bootloader with BLE DFU functionality on the nRF52811 microcontroller. I have several questions regarding this:

  1. Memory Management: Since the microcontroller has only 192 kB of flash memory, memory management is crucial. I'm looking for a solution whose size is compatible with the memory limitations of the nRF52811.

  2. Bootloader Integration: I've noticed that it's possible to add a bootloader configuration to applications by modifying the prj.conf file to include a child image, such as NSIB or MCUboot. However, I would prefer to obtain a bootloader that already has BLE DFU functionality and is adapted to the memory size of the nRF52811. I should mention that I do not wish to integrate it into a project via prj.conf.

My question is:

  • Are there any samples or tutorials that explain how to create a bootloader project with BLE DFU functionality, whose size is compatible with the nRF52811?

Thank you in advance for your help.

Parents Reply Children
No Data
Related