adding g4 family with g474nucleo, able to blink led and button
This commit is contained in:
		@@ -76,6 +76,8 @@ static inline void board_clock_init(void)
 | 
			
		||||
  RCC_OscInitStruct.PLL.PLLQ = 9;
 | 
			
		||||
  HAL_RCC_OscConfig(&RCC_OscInitStruct);
 | 
			
		||||
 | 
			
		||||
  // TODO need to enable usb clock source
 | 
			
		||||
 | 
			
		||||
  /* Activate the OverDrive to reach the 216 MHz Frequency */
 | 
			
		||||
  HAL_PWREx_EnableOverDrive();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user