Hello,My architecture is based on STM32H750 with an external memory mapped SDRAM used to store the framebuffer and -willingly- used to store at runtime assest such as texts fonts and images.I’ve modified my linker file to:MEMORY
{
FWINFO (rx) : O...
QSPI pins are used by LTDC so I discarded this possibility.It seems related to SDRAM access. Everything works if I get 1 byte at once from SDRAM, but if I'm accessing WORDs... It works with addresses multiple of 4 and returning 0 if accessing (addres...
Some more notes. I've tried the same application:with both touchgfx 4.15 and 4.20,changing alignment to 4, 8, and other valuesbit per pixel 4 or 8provided same result.Moving FontFlashSection into ITCMRAM works, but my goal is to move into external SD...