TOUCH GFX QSPI
Hello, I need instructions for implementing TouchGFX functionality on STM32H750VBT6 Weact chip without enough FLASH memory space. I would like to use QSPI W25Q128 memory at 0x90000000. I would like a sample usage file. or video tutorialI can follow this example.
https://github.com/maudeve-it/ILI9XXX-XPT2046-STM32
done.
https://drive.google.com/file/d/1Q0XMTXhCaRntfjU1VBWVekoEh7GwlLq1/view?usp=sharing
(I solved with edit STM32H750VBTX_FLASH.ld )
i can use QSPI library for write and read data
https://drive.google.com/file/d/12FjFf7sud6Y_yHDVK2FXh2EcPM4kUs0J/view?usp=sharing

