File tree Expand file tree Collapse file tree 4 files changed +498
-81
lines changed
TARGET_STM32H743xI/TARGET_NUCLEO_H743ZI Expand file tree Collapse file tree 4 files changed +498
-81
lines changed Original file line number Diff line number Diff line change @@ -127,10 +127,10 @@ uint8_t SetSysClock_PLL_HSE(uint8_t bypass)
127
127
RCC_OscInitStruct .HSI48State = RCC_HSI48_ON ;
128
128
RCC_OscInitStruct .PLL .PLLState = RCC_PLL_ON ;
129
129
RCC_OscInitStruct .PLL .PLLSource = RCC_PLLSOURCE_HSE ;
130
- RCC_OscInitStruct .PLL .PLLM = 4 ;
131
- RCC_OscInitStruct .PLL .PLLN = 400 ;
132
- RCC_OscInitStruct .PLL .PLLP = 2 ;
133
- RCC_OscInitStruct .PLL .PLLQ = 32 ;
130
+ RCC_OscInitStruct .PLL .PLLM = 4 ; // 2 MHz
131
+ RCC_OscInitStruct .PLL .PLLN = 400 ; // 800 MHz
132
+ RCC_OscInitStruct .PLL .PLLP = 2 ; // PLLCLK = SYSCLK = 400 MHz
133
+ RCC_OscInitStruct .PLL .PLLQ = 80 ; // PLL1Q used for FDCAN = 10 MHz
134
134
RCC_OscInitStruct .PLL .PLLR = 2 ;
135
135
RCC_OscInitStruct .PLL .PLLFRACN = 0 ;
136
136
RCC_OscInitStruct .PLL .PLLVCOSEL = RCC_PLL1VCOWIDE ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments