Hello, I am working on a project where I need 20 screens in an application. I am using STM32F469I-Disco board for this project. I tried dumping complete application onto the board but it is displaying only 3 screens.
So I am guessing it's the issue with the memory allocation. I followed the steps given for External addressable flash in TouchGFX documentation in STM32Cube IDE.
(I am not using my application to test Quad SPI Memory: I followed the exact steps given for memory mapped mode with the same example as given in the TouchGFX Documentation)
I have read application notes 4760 as well and tried that too still I am getting "???????" from memory address 0x90000000 onwards. What does that mean? Is it reading anything?
This application is going to display real time data on the display. which External memory should be compatible for this? External RAM or External flash?
Can you please guide me in the right direction?
Thank you in advance.