CTS-SAT-1-OBC-Firmware
|
Macros | |
#define | HSE_VALUE 8000000U |
#define | MSI_VALUE 4000000U |
#define | HSI_VALUE 16000000U |
#define | USER_VECT_TAB_ADDRESS |
#define | VECT_TAB_BASE_ADDRESS FLASH_BASE |
#define | VECT_TAB_OFFSET 0x00000000U |
#define HSE_VALUE 8000000U |
Value of the External oscillator in Hz
#define HSI_VALUE 16000000U |
Value of the Internal oscillator in Hz
#define MSI_VALUE 4000000U |
Value of the Internal oscillator in Hz
#define USER_VECT_TAB_ADDRESS |
< Uncomment the following line if you need to relocate the vector table anywhere in Flash or Sram, else the vector table is kept at the automatic remap of boot address selected Uncomment the following line if you need to relocate your vector Table in Sram else user remap will be done in Flash.
#define VECT_TAB_BASE_ADDRESS FLASH_BASE |
Vector Table base address field. This value must be a multiple of 0x200.
#define VECT_TAB_OFFSET 0x00000000U |
Vector Table base offset field. This value must be a multiple of 0x200.