Question
STM32f429I LTDC Clock Value Problem
Posted on May 02, 2016 at 10:50
Hi. I'm trying to set LTDC clock to 54MHz but I am measuring 385.7kHz instead of the true value with oscilloscope. Scope has 350 MHz bandwidth.
I'm configuring the PLLSAI with std_periph libraries; RCC_PLLSAIConfig(432, 2, 2); RCC_LTDCCLKDivConfig(RCC_PLLSAIDivR_Div2); RCC_PLLSAICmd(ENABLE); while(RCC_GetFlagStatus(RCC_FLAG_PLLSAIRDY) == RESET) {} Am I missing something? Thanks.