2020-06-10 06:48 AM
2020-06-10 07:27 AM
You mean, reducing the pixel clock? It's ltdc_ker_ck, and that is the R output of PLL3 see RCC chapter.
So you have to change the R output of PLL3.
JW
2020-06-10 07:27 AM
You mean, reducing the pixel clock? It's ltdc_ker_ck, and that is the R output of PLL3 see RCC chapter.
So you have to change the R output of PLL3.
JW
2020-06-10 07:29 AM
No not the pixel clock. i mean the speed of the bus it self for example in stm32h743 its 240Mhz at max frequency. i need to reduce it without affect the AHB2 bus
2020-06-10 07:50 AM
Why? What problem would that solve?
2020-06-10 08:34 AM
Yes the pixel clock, and the clocks the LTDC is using to drive the pacing of data fetches from the memory, it is a synchronous machine, want it slower, gear things down. Play with FIFO and BURST type settings to control how much data pulls at each interaction.
Don't have the bandwidth, then you're going to have to come up with a different approach.
2020-06-10 10:25 AM
@Community member
Ok Thnx!
2020-06-10 10:26 AM
@Community member
Thnx
2020-06-15 02:35 AM
@Community member
I tried to find where i can disable the FIFO for specific layer but could not found any thing neither in datasheet or reference manual?
Do you know where can i find it?