QSPI Library

We are trying to use QSPI Port on VF61 to connect a serial NOR Flash Device can i know the QSPI library availability for testing the interafce

Dear @zecons

The QSPI interface was hardly ever requested. I’m afraid we don’t have a QSPI library to offer. What you could do is to use the MapMemory library to access the registers of the QSPI controller directly from your application, and write a QSPI library yourself.

If the SPI speed is sufficient, and your device supports regular SPI, I recommend to go this route.

Regards, Andy