Skip to content

Commit 58eeb1a

Browse files
committed
Updated clock configuration settings for NUCLEO_G474RE
1 parent 4f2bd57 commit 58eeb1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15017,7 +15017,7 @@
1501715017
"config": {
1501815018
"clock_source": {
1501915019
"help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
15020-
"value": "USE_PLL_HSI",
15020+
"value": "USE_PLL_HSE_XTAL",
1502115021
"macro_name": "CLOCK_SOURCE"
1502215022
},
1502315023
"lpticker_lptim": {
@@ -15026,7 +15026,7 @@
1502615026
},
1502715027
"hse_value": {
1502815028
"help": "HSE default value is 25MHz in HAL",
15029-
"value": "8000000",
15029+
"value": "24000000",
1503015030
"macro_name": "HSE_VALUE"
1503115031
}
1503215032
},

0 commit comments

Comments
 (0)