2025-02-13 04:46 AM
Hi everyone,
We’re working with the STM32H730 microcontroller and have a test setup for displaying content on a screen using LTDC. The test currently fills a buffer in external RAM, which is configured on internal flash memory. The result is as expected, and everything works fine.
For this, we have configured the OctoSPI (Octo2 mode) in HyperRAM mode and set up the necessary peripherals such as LTDC, DMA2D, and others.
Now, we want to replicate the same test, but this time using the external Flash memory. We already have control over the jump to the external flash, as we are developing code that executes from there. However, when we attempt to replicate the test, we encounter noise and distortion on the screen.
This raises several questions for us:
Any advice or insights would be greatly appreciated!