Hello, Community.
Previously, I ’ve asked questions in the following thread,
QSPI flash cannot be accessed if the MCIMX7SABRE board is set to other than QSPI Boot.
QSPI Flash cannot be accessed when booted with other than QSPI Boot
The QuadSPI configuration parameters have been written with the program image using the IAR flash loader.
These should be written at address 0x60000000-, but when booted by other than QSPI Boot, they are all 0 when dumped with IAR EW.
The address 0x60000400-, where the program image should be written, are 0 as well.

Do you know why?
Do I need any Quad SPI settings?
The following implementation has been implemented on the MCIMX7SABRE board.
------------------
QSPI signals are muxed with EPDC_D[7:0]
When using QSPI:
de-populate R388-R391, R396-R399
populate R392-R395, R299, R300
------------------
I'm using IAR's Flash loader.
Best regards,
Yuichi Takeda