File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
F765V(G-I)(H-T)_F767V(G-I)(H-T)_F777VI(H-T)
F765Z(G-I)T_F767Z(G-I)T_F777ZIT Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ WEAK void SystemClock_Config(void)
4444 RCC_OscInitStruct .PLL .PLLN = 216 ;
4545 RCC_OscInitStruct .PLL .PLLP = RCC_PLLP_DIV2 ;
4646 RCC_OscInitStruct .PLL .PLLQ = 9 ;
47+ RCC_OscInitStruct .PLL .PLLR = 2 ;
4748 if (HAL_RCC_OscConfig (& RCC_OscInitStruct ) != HAL_OK ) {
4849 Error_Handler ();
4950 }
Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ WEAK void SystemClock_Config(void)
172172 RCC_OscInitStruct.PLL .PLLN = 216 ;
173173 RCC_OscInitStruct.PLL .PLLP = RCC_PLLP_DIV2;
174174 RCC_OscInitStruct.PLL .PLLQ = 9 ;
175+ RCC_OscInitStruct.PLL .PLLR = 2 ;
175176 if (HAL_RCC_OscConfig (&RCC_OscInitStruct) != HAL_OK) {
176177 Error_Handler ();
177178 }
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ WEAK void SystemClock_Config(void)
4242 RCC_OscInitStruct .PLL .PLLN = 216 ;
4343 RCC_OscInitStruct .PLL .PLLP = RCC_PLLP_DIV2 ;
4444 RCC_OscInitStruct .PLL .PLLQ = 9 ;
45+ RCC_OscInitStruct .PLL .PLLR = 2 ;
4546 if (HAL_RCC_OscConfig (& RCC_OscInitStruct ) != HAL_OK ) {
4647 Error_Handler ();
4748 }
Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ WEAK void SystemClock_Config(void)
212212 RCC_OscInitStruct.PLL .PLLN = 216 ;
213213 RCC_OscInitStruct.PLL .PLLP = RCC_PLLP_DIV2;
214214 RCC_OscInitStruct.PLL .PLLQ = 9 ;
215+ RCC_OscInitStruct.PLL .PLLR = 2 ;
215216 if (HAL_RCC_OscConfig (&RCC_OscInitStruct) != HAL_OK) {
216217 Error_Handler ();
217218 }
You can’t perform that action at this time.
0 commit comments