make frequency higher

This commit is contained in:
2025-04-02 15:30:42 +02:00
parent 8f8bdae5e1
commit dd3dacbc63
4 changed files with 77 additions and 77 deletions

View File

@ -739,7 +739,7 @@ static void HAL_FMC_MspInit(void){
*/
PeriphClkInitStruct.PeriphClockSelection = RCC_PERIPHCLK_FMC;
PeriphClkInitStruct.PLL2.PLL2M = 1;
PeriphClkInitStruct.PLL2.PLL2N = 20;
PeriphClkInitStruct.PLL2.PLL2N = 25;
PeriphClkInitStruct.PLL2.PLL2P = 2;
PeriphClkInitStruct.PLL2.PLL2Q = 4;
PeriphClkInitStruct.PLL2.PLL2R = 2;