mirror of https://github.com/ARMmbed/mbed-os.git
Updated clock configuration settings for NUCLEO_G474RE
parent
c687ae312f
commit
2297e1b91e
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue