2025-04-21 1:32 PM
Hello,
I’m trying to set up my project on a custom board with an STM32F767IIT6 microcontroller. A display is connected to it via LTDC (480x272). Additionally, there is an SD card connected via SPI. I’m using only the internal RAM — no external memory is connected. My goal is to store graphics on the SD card and display them on the screen. Nothing fancy—mostly small icons.
When I generate the project and upload everything to flash memory, the demo example runs without any issues. However, when I configure the project according to YouTube tutorials, the screen shows a scrambled image with colored pixels. The outline of a rotating logo animation is also visible.
I’d be grateful for any suggestions on where else I should look for the source of the problem.