We are bringing up a custom board using MIMXRT1166DVMA6A in BOOT_MODE[1:0]=00b and we have the QSPI flash connected to FlexSPI1. No eFuses have been set. We are using flash IS25LP128-JBLE.
Our initial goal is to program the QSPI through JTAG/MCUXpresso. We using the MCU Boot Utility to configure the flash properly however we get the error "MCU has entered Flashloader but failed to configure external memory. Please reset board and set proper boot device then try again".
We reverted back to the MIMXRT1160-EVK board, which uses a similar IS25WP128 QSPI flash, to try to get the proper setup however we run into the same error with BOOT_MODE[1:0]=00b. I feel like there is something simple we are missing. Any guidance would be appreciated.