Question
TouchGFX using FileSystem on QSPI
Hello,
I am evaluating TouchGFX and I read this :
examples of memory types that are not memory mapped and thus require caching
- All NAND-based flashes
- SD cards
- Anything with a file system
- QuadSPI NOR if your microcontroller does not include memory-mapping for it (e.g. STM32F429)
So TouchGFX Highly recommand to use QSPI in memory map mode and no filesystem.
But, what about if I have a filesystem on QSPI configured as memory map mode (read-only) ?
It is still recommanded to cache all images inside my filesystem on QSPI even in memory map mode but with filesystem ?
Thanks !
