D:\ncs\v2.3.0\nrf\samples\ipc\ipc_service>west flash
-- west flash: rebuilding
[0/4] Performing build step for 'remote_subimage'
ninja: no work to do.
-- west flash: using runner nrfjprog
Using board 801036305
-- runners.nrfjprog: Flashing file: D:\ncs\v2.3.0\nrf\samples\ipc\ipc_service\build\zephyr\merged_domains.hex
-- runners.nrfjprog: D:\ncs\v2.3.0\nrf\samples\ipc\ipc_service\build\zephyr\merged_domains.hex targets both nRF53 coprocessors; splitting it into: D:\ncs\v2.3.0\nrf\samples\ipc\ipc_service\build\zephyr\GENERATED_CP_NETWORK_merged_domains.hex and D:\ncs\v2.3.0\nrf\samples\ipc\ipc_service\build\zephyr\GENERATED_CP_APPLICATION_merged_domains.hex
[error] [ Client] - stderr: [*** LOG ERROR #0001 ***] [2023-07-27 16:43:01] [nRF53] {argument not found}
Failed to enable coprocessor with unknown error.
ERROR: Access to the selected address is blocked by the SPU.
NOTE: For additional output, try running again with logging enabled (--log).
NOTE: Any generated log error messages will be displayed.
FATAL ERROR: command exited with status 37: nrfjprog --program 'D:\ncs\v2.3.0\nrf\samples\ipc\ipc_service\build\zephyr\GENERATED_CP_NETWORK_merged_domains.hex' --sectorerase --verify -f NRF53 --snr 801036305 --coprocessor CP_NETWORK
Procedures to reproduce this issue are as follows.
1. cd D:\ncs\v2.3.0\nrf\samples\ipc\ipc_service
2. west build -b nrf5340dk_nrf5340_cpuapp
3. west flash