2020-09-21 10:00 PM
Our R&D team is trying to use more memory for GUI with STM32F469I.
We found the way using QuadSPI interface from the document as below.
Unfortunately, the hardware already has completed with parallel Nor Flash memory, S29GL128S-16MB.
Is there any other way to extend using more memory storage as of now?
Will appreciated any advice.
2020-09-21 10:46 PM
The FMC decode space is limited by the address pins you wired to your memory device.
Up to 256MB as I recall.
you could compress data and unpack in RAM.