Can an MCU that supports QSPI use OCTOSPI memories?
I want to add some volatile memory to my MCU (32~64 MB). I'm currently looking at STM32H/F7 devices.
Most DRAM needs so many traces that the PCB area taken up by the memory makes it impractical for my design.
It seems like there is a new memory interface called HyperBus, which is the same (?) as OCTOSPI. This interface uses much less pins and board area than a traditional DRAM.
Does anyone know if a QuadSPI peripheral in dual mode would be able to read/write to such a memory? I saw that the newer STM32HB0 line will support OCTOSPI, so this makes me think that QSPI won't work.
I'll mostly be using the memory for buffering, so it doesn't need to be fast enough for executing code at full speed.
