This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

case about nRF52833 uart dfu

Hi

I am testing nRF52833 UART DFU function, but there is an error in merged HEX file,

Parsing input files.
Merging file "SD.hex" into output.
Merging file "APP.hex" into output.
Storing merged file.
Parsing input files.
Merging file "SD_APP.hex" into output.
Merging file "BL.hex" into output.
Overlapping segments detected at address 0.ERROR: The hex files cannot be merged since there are conflicts.
Parsing input files.

How do I calculate and set the following bootloader parameters

How do I calculate and set the following parameters for application

example start

example:case https://devzone.nordicsemi.com/guides/short-range-guides/b/getting-started/posts/developing-for-the-nrf52805-with-nrf5-sdk?CommentId=b229e655-1f8c-48b1-b41d-3c1f2edfabc0

  • IROM1 Start: 0x19000 ( S112 v7.0.1)
  • IROM1 Size: IROM1 Start+ IROM1 Size <= 0x30000
  • IRAM1 Start: 0x20002B00 ( Can be lowered at a later stage)
  • IRAM1 Size: IRAM1 Start+ IRAM1 Size <= 0x20006000
  • IRAM2 Start: Remove values and untick the default box
  • IRAM2 Size: Remove values and untick the default box

example end

My boot loader parameter Settings:

My Application parameter Settings

Thank you for all your assistance.
Kind regards,
Peter.Min

Parents
  • Hi,

    I would recommend porting the pca10040_uart under nRF5_SDK\examples\dfu\secure_bootloader example instead of the nRF52805, since the nRF52833 like  nRF52832. 

    For boot loader parameter Settings:

    For application, you also can refer to the project under nRF5_SDK\examples\ble_peripheral\ble_app_uart\pca10100\s140

    Regards,
    Amanda

  • Hi   Amanda Hsieh,

    1. Test nRF52833 UART and BLE DFU OK.

    2. I want to know how to calculate nRF52833 DFU bootloader start address and memory size

    3. I want to know how to calculate the starting address and memory size of nRF52833 DFU application program.

    Thank you for all your assistance.
    Kind regards,
    Peter.Min

Reply
  • Hi   Amanda Hsieh,

    1. Test nRF52833 UART and BLE DFU OK.

    2. I want to know how to calculate nRF52833 DFU bootloader start address and memory size

    3. I want to know how to calculate the starting address and memory size of nRF52833 DFU application program.

    Thank you for all your assistance.
    Kind regards,
    Peter.Min

Children
Related