Skip to content

Commit 6032c4b

Browse files
committed
Fixed clock setup for 411 and 401
1 parent 9b2ee70 commit 6032c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arm/cortexm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,14 +832,14 @@ def __init__(self):
832832
'STM32_HSE_Clock_Frequency': '8_000_000',
833833
'STM32_FLASH_Latency': '5'},
834834

835-
'nucleo_f401re': {'STM32_Main_Clock_Frequency': '168_000_000',
835+
'nucleo_f401re': {'STM32_Main_Clock_Frequency': '84_000_000',
836836
'STM32_HSE_Clock_Frequency': '8_000_000',
837837
'STM32_FLASH_Latency': '5',
838838
'STM32_Linker_RAM_Size': '96K',
839839
'STM32_Linker_Flash_Size': '512K',
840840
'STM32_Linker_CCM_Size': '64K'},
841841

842-
'nucleo_f411re': {'STM32_Main_Clock_Frequency': '168_000_000',
842+
'nucleo_f411re': {'STM32_Main_Clock_Frequency': '100_000_000',
843843
'STM32_HSE_Clock_Frequency': '8_000_000',
844844
'STM32_FLASH_Latency': '5',
845845
'STM32_Linker_RAM_Size': '128K',

0 commit comments

Comments
 (0)