STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | SYSCLK_FREQ_72MHz 72000000 |
#define | VECT_TAB_OFFSET 0x0 |
#define SYSCLK_FREQ_72MHz 72000000 |
< Uncomment the line corresponding to the desired System clock (SYSCLK) frequency (after reset the HSI is used as SYSCLK source)
IMPORTANT NOTE: ============== 1. After each device reset the HSI is used as System clock source.
2. Please make sure that the selected System clock doesn't exceed your device's maximum frequency.
3. If none of the define below is enabled, the HSI is used as System clock source.
4. The System clock configuration functions provided within this file assume that:
Definition at line 115 of file system_stm32f10x.c.
#define VECT_TAB_OFFSET 0x0 |
Vector Table base offset field. This value must be a multiple of 0x200.
Definition at line 128 of file system_stm32f10x.c.