New hardware working problem.
Hi everyone,
We working on a project with touchgfx software. We designed a new hardware for this project. Our custom hardware has this components;
- STM32F746BET processor
- IS42S16800F-7TLI SDRAM (128Mb , 143MHz)
- MT25QL128ABA1EW9 QUAD SPI NOR FLASH (128Mb, 133MHz)
We able to access flash and ram. Code able to work in processor.
When I want to draw a box or something that can be drawable with code, screen working fine.
But when I want to draw an image from flash, screen go crazy.
You can see an example this situation;

What can you say about it? Is this can be fixed with software or we need to review our hardware?
Thanks in advance :).