Skip to main content
Kenneth Seo
Visitor II
November 6, 2017
Question

Inquire about LTDC(25Mhz) in ST32F429.

  • November 6, 2017
  • 0 replies
  • 470 views
Posted on November 06, 2017 at 15:16

Hi 

I will inquire about LTDC in ST32F429.

When the clock is set as below, 

For use frequency 25Mhz.

but, Frequency 25Mhz not output. Let me know,how it should set?

=================================

PeriphClkInitStruct.PeriphClockSelection = RCC_PERIPHCLK_LTDC;

  PeriphClkInitStruct.PLLSAI.PLLSAIN = 200;

  PeriphClkInitStruct.PLLSAI.PLLSAIR = 4;

  PeriphClkInitStruct.PLLSAIDivR = RCC_PLLSAIDIVR_2;

HAL_RCCEx_PeriphCLKConfig(&PeriphClkInitStruct);

=================================

Regards, 

#ltdc(25mhz)-in-st32f429.
This topic has been closed for replies.