Adding BLE DFU Support on Custom Board with nRF5340 + nRF7002 (SDK v2.8.0)

Hello,
I am currently developing on a custom board based on the nRF7002 + nRF5340.
The SDK version is v2.8.0, and the development is based on the BLE Provisioning example.
Now I am trying to add BLE DFU functionality.

From what I’ve found, there seems to be example code available for general DK boards, but it’s difficult to apply directly to my case since those examples rely on specific hardware configurations like LEDs, buttons, and external memory present on the DK.
I’d like to ask if there are any reference examples or manuals suitable for my setup.

Parents Reply
  • This is the size shown when the project is built.
    (I disabled SB_CONFIG_BOOTLOADER_MCUBOOT=y in sysbuild.conf because enabling it caused a flash overflow error.)
    In that case, it seems that using external flash is essential for implementing OTA reliably.
    If I use external flash, will the flash overflow error disappear when SB_CONFIG_BOOTLOADER_MCUBOOT=y is enabled?

Children
No Data
Related