I am currently doing a project using the STM32F103 micro-controller. The project requires external flash memory to store images and data for later showing on LCD.
The problem I have is that I want to see if I can use the SDIO peripheral on the micro-controller in order to control a Quad SPI flash memory.
Can you use sdio interface with a quad spi flash?