Skip to content

Commit

Permalink
Fixed clock setup for 411 and 401
Browse files Browse the repository at this point in the history
  • Loading branch information
FredPraca committed Nov 10, 2021
1 parent 9b2ee70 commit 6032c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arm/cortexm.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,14 +832,14 @@ def __init__(self):
'STM32_HSE_Clock_Frequency': '8_000_000',
'STM32_FLASH_Latency': '5'},

'nucleo_f401re': {'STM32_Main_Clock_Frequency': '168_000_000',
'nucleo_f401re': {'STM32_Main_Clock_Frequency': '84_000_000',
'STM32_HSE_Clock_Frequency': '8_000_000',
'STM32_FLASH_Latency': '5',
'STM32_Linker_RAM_Size': '96K',
'STM32_Linker_Flash_Size': '512K',
'STM32_Linker_CCM_Size': '64K'},

'nucleo_f411re': {'STM32_Main_Clock_Frequency': '168_000_000',
'nucleo_f411re': {'STM32_Main_Clock_Frequency': '100_000_000',
'STM32_HSE_Clock_Frequency': '8_000_000',
'STM32_FLASH_Latency': '5',
'STM32_Linker_RAM_Size': '128K',
Expand Down

0 comments on commit 6032c4b

Please sign in to comment.