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
- 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