2022-05-24 06:27 AM
Hello,
I'm using an STM32H743i-Eval2, we plugged in another LCD of 1024x600 RGB888 60Hz
We set the LTDC clock at 51.2Mhz as written in the LCD datasheet. (HSE 25Mhz / 25 * 512 / 10)
We get no clock at all on Pin32 of CN20 (CLK pin on LCD connector)
The clock is correct only when LTDC clock is set to 25Mhz or lower.
Our system clock is set to 400Mhz, Peripheral Clock to 100Mhz
The onboard 32bits SDRAM CAS is set to 2.
Any clue ?
Solved! Go to Solution.
2022-05-26 11:45 PM
I forgot to setup the LTDC GPIO pins frequency to Very High instead of Low by default.
2022-05-24 08:39 AM
Debug your code is running or hard fault?
And too for your resolution simply calculated freq is around 40MHz ...
2022-05-26 11:45 PM
I forgot to setup the LTDC GPIO pins frequency to Very High instead of Low by default.
2022-05-30 01:36 PM
If the problem is resolved, please mark this topic as answered by selecting Select as best under your solution. This will help other users find that answer faster.
Thank you!
/Peter