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

    Thanks for the files. Looking at the files I can see that it exceed the maximum size of the bootloader. In your case your bootloader has the size of 0x4000 (16384) when the maximum size of the bootloader should only be DFU_BL_IMAGE_MAX_SIZE (BOOTLOADER_SETTINGS_ADDRESS - BOOTLOADER_REGION_START) In SDK v9, by default it's 0x3C00. (1 page is used for bootloader setting)

    Which modification you added in your bootloader?

    If you need to extend the size of the bootloader, you would need to move it down from address 0x3C000 to make more room for the bootloader (when you would need to modify BOOTLOADER_REGION_START define in dfu_types.h accordingly)

  • Hi Hung,the size of zip alway exceeds the size limit of dfu ,no matter how much size I increase. I don't know how to do with it.

Reply Children
No Data
Related