Hello, good time, using microstm32g070cbt6, whose flash memory is 128 KB and RAM is 36 KB, using lvgl, I need a w25qxx flash memory to put photos and fonts, for this purpose, how can I use external flash memory for lvgl?
Thank you for your site and good company
Hi,
you need to create external loader for that.
Since there is no QSPI nor OctoSPI on STM32G070, you won’t be able to use external flash in memory mapped mode.