Updated clock configuration settings for NUCLEO_G474RE

pull/12482/head
George Beckstein 2020-04-03 02:40:31 -04:00
parent c687ae312f
commit 2297e1b91e
2 changed files with 2 additions and 4 deletions

View File

@ -49,8 +49,6 @@ typedef enum {
typedef enum {
// TODO - wasn't sure what to do about "alternates"
PA_0 = 0x00,
PA_0_ALT0 = PA_0 | ALT0,
PA_1 = 0x01,

View File

@ -7528,7 +7528,7 @@
"config": {
"clock_source": {
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
"value": "USE_PLL_HSI",
"value": "USE_PLL_HSE_XTAL",
"macro_name": "CLOCK_SOURCE"
},
"lpticker_lptim": {
@ -7537,7 +7537,7 @@
},
"hse_value": {
"help": "HSE default value is 25MHz in HAL",
"value": "8000000",
"value": "24000000",
"macro_name": "HSE_VALUE"
}
},