Hi,
I am using MIMXRT1170.
Is there any example about writing,reading,erasing to qspi flash?
thanks for helping.
Hello @mehmetkaradag ,
To use QSPI in RT1170 we have the peripheral called FlexSPI, where this peripheral can be configurated in multiple modes, included QSPI. If you need more information about to FlexSPI you can consult the chapter 28.3 called "Flexible Serial Peripheral Interface" in the reference manual.
Also, the SDK (version 2.15.1) provide the next examples of FlexSPI where it is already set to QSPI mode:
BR,
Habib.