2024-02-24 09:46 PM
I'm configuring the LTDC and I'm not sure where/how I enable the ltdc_aclk. I've enabled ltdc_plck in RCC->APB3ENR and I've configured PLL3R for the kernel/pixel clock but I cannot for the life of me find any info on how/where to enable ltdc_aclk so I'm unable to modify any of the registers in this clock domain.
I'm using the STM32H745i-DISCO dev board.
Solved! Go to Solution.
2024-02-28 11:27 AM
Hello @aj992,
The LTDC AXI clock is set by default, as it is the clock of matrix bus.
For LTDC, there is the LTDCEN bit to set.
2024-02-28 11:27 AM
Hello @aj992,
The LTDC AXI clock is set by default, as it is the clock of matrix bus.
For LTDC, there is the LTDCEN bit to set.