The following code snippet shows an example configuration file for the nRF54LV10A DK that specifies the settings for accessing external memory using the SPI interface on a nRF54LV10A device:
{
"firmware_config": {
"peripheral": "SPIM20"
},
"pins": {
"sck": 65,
"csn": 69,
"io0": 66,
"io1": 68,
"io2": 67,
"io3": 64
},
"flash_size": 8388608,
"page_size": 4096,
"sck_frequency": 8000000,
"address_mode": "MODE24BIT"
}