I used mergehex.exe to generate a merge.hex with firmware appcore.hex and firmware netcore.hex.
and use nrfjprog.exe flash merge.hex to nrf5340.
mergehex.exe -m TxAppCore/build_nrf5340dk_nrf5340_cpuapp/zephyr/zephyr.hex TxNetCore/build_nrf5340dk_nrf5340_cpunet/zephyr/zephyr.hex -o mergehex.hex nrfjprog.exe -f NRF53 --program mergehex.hex --chiperase --log
Prompt error:
ERROR: [ Worker] - Address 0x01000000 does not map to a known memory. ERROR: The file specified is not a valid hex file, has data outside valid areas ERROR: or does not have data in valid areas.
How to solve the error.