Question
Touchgfx crash / garbage on screen
I am trying to setup touchgfx on a STM32H743II based custom board. When I run the code, it seems that
- only part of the screen is getting updated with some (wrong) fb data
- remaining screen is noise
- irrespective of my touchgfx screen color, I always see the same output on my display leading me to believe it could be some wrong pointer / address issue
What I have tried and confirmed
- external SDRAM is working fine. Have done a write / read / compare test and it passes. it is mapped at SDRAM BANK 1 (0xc0000000)
- display is working fine. I am able to show a proper image by pointing LTDC layer 1 buffer pointer to a c array containing image data
any idea what could be happening here