Access External W25Q32 as internal memory
Hai Friends,
I have a application with small 320x240 ILI9341 TFT. I have interfaced it with STM32F103C8 with my custom Board with a Winbond W25Q32 4MB Memory. Every thing is good I made a library for ILI9341. Display is working good. I store lots of images in W25Q32 and is accessed it using the SPI2. I am using STMCubeIDE with CubeMX.
I would like to know is there a way to program the W25Q32 also with STlink when programming the controller. so I could write image array in include files and don't worry about programing the flash memory separately.
Why I asked this because in my previous project using TouchGFX I have seen in the build analazer of cubeide there where a extflash section.
Please can someone explain how this done and how I can go with it.
Thankyou
