Hello
I have a custom nrf52840 board with an external 1MB NOR flash
The app uses MCUboot for DFU
I know I can define the external flash in the pm_static.yml for the main app
i.e
external_flash:
address: <set address here>
region: external_flash
size: <set size here>
I would like to use the internal flash for slot0 image and external flash for slot1 image for DFU
How can I define my external flash to be the
Thanks