How do I enable ltdc_aclk? STM32H745XIH6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-24 9: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.
- Labels:
-
STM32Cube MCU Packages
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
Thanks
Imen
