Hi @972794 ,
You can refer to the MIMXRT1170-EVK QSPI flash design, the flexspi DQS pin should be float.
Then, you can use the SDK code:
\SDK_2_14_0_MIMXRT1170-EVK\boards\evkmimxrt1170\driver_examples\flexspi\nor\polling_transfer
run it in internal RAM to test the QSPI flash communication, you need to enable the quad mode if you use the quad communication, so please run the above code to enable QE, check the erase, program, and read.
Wish it helps you!
Best Regards,
Kerry