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

Need a secure bootloader for nRF52811 that supports S113

Hi,

We are atempting to get DFU over UART working in our project, but there does not appear to be a bootloader project in the 16.0 SDK for this configuration. What would be the best way to generate a one? For our application, we had started from the 10040e s112 BLE UART project, but needed to modify various project settings including macro definitions for the RAM_START and FLASH_START addresses.

What would be required to do this for the bootloader, or is there a a bootloader project available for this configuration?

Best regards,

Drew

Parents Reply
  • The project does not link. After building the micro-ecc library and building the project, we are getting the following error:

    Linking secure_bootloader_uart_mbr_pca10056e.elf
        Output/Release/Exe/secure_bootloader_uart_mbr_pca10056e.elf section `.got' will not fit in region `UNPLACED_SECTIONS'
        region `UNPLACED_SECTIONS' overflowed by 16 bytes

    Do we need to fix the flash placement?

    Regards,

    Drew

Children
Related