Mercurial > public > ostc4
comparison OtherSources/system_stm32f4xx.c @ 869:4e10a3e087a1 Evo_2_23
Reactivate Bootloader:
The bootloader has not been compiled for a long time. Changes were necessary to catch up with the actual code
author | Ideenmodellierer |
---|---|
date | Mon, 12 Aug 2024 22:23:03 +0200 |
parents | 2de06b1abed3 |
children |
comparison
equal
deleted
inserted
replaced
868:db92692c014f | 869:4e10a3e087a1 |
---|---|
72 | 72 |
73 #if !defined (HSI_VALUE) | 73 #if !defined (HSI_VALUE) |
74 #define HSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ | 74 #define HSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ |
75 #endif /* HSI_VALUE */ | 75 #endif /* HSI_VALUE */ |
76 | 76 |
77 | |
78 const uint8_t APBPrescTable[8] = {0, 0, 0, 0, 1, 2, 3, 4}; | |
77 /** | 79 /** |
78 * @} | 80 * @} |
79 */ | 81 */ |
80 | 82 |
81 /** @addtogroup STM32F4xx_System_Private_TypesDefinitions | 83 /** @addtogroup STM32F4xx_System_Private_TypesDefinitions |