Can I use the Quad SPI memory controller peripheral on STM32F4xx series to access a PSRAM or SRAM IC rather than a flash IC, and have the data memory map as if internal RAM?
I am hoping to use the CMSIS/DSP libraries to work on data that I periodically store on external RAM. If it is important, my current plan is to use the Lyontek LY68L6400 PSRAM or the VTI7064 SRAM (more expensive). Both are 64Mb volatile memory ICs th...