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 Reply Children
Related