Skip to content

Commit 1145d6b

Browse files
author
Cruz Monrreal
authored
Merge pull request #7489 from mirelachirica/wise_1570_hsi_source_clock
Cellular: HSI set to be source clock for WISE_1570
2 parents d33d93b + 72aabc9 commit 1145d6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,10 +1711,11 @@
17111711
"config": {
17121712
"clock_source": {
17131713
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI | USE_PLL_MSI",
1714-
"value": "USE_PLL_HSE_XTAL",
1714+
"value": "USE_PLL_HSI",
17151715
"macro_name": "CLOCK_SOURCE"
17161716
}
17171717
},
1718+
"overrides": {"lpuart_clock_source": "USE_LPUART_CLK_HSI"},
17181719
"detect_code": ["0460"],
17191720
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "WISE_1570", "TWO_RAM_REGIONS"],
17201721
"device_has_add": ["ANALOGOUT", "CRC", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],

0 commit comments

Comments
 (0)