update clock setup for H743 eval

This commit is contained in:
hathach
2023-11-22 21:39:28 +07:00
parent 025ffa200c
commit 42e7bd4ce8
8 changed files with 338 additions and 46 deletions

View File

@@ -55,7 +55,7 @@
//--------------------------------------------------------------------+
// RCC Clock
//--------------------------------------------------------------------+
static inline void board_stm32h7_clock_init(void)
static inline void SystemClock_Config(void)
{
RCC_ClkInitTypeDef RCC_ClkInitStruct = { 0 };
RCC_OscInitTypeDef RCC_OscInitStruct = { 0 };