CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
STM32L4xx_System_Private_Defines
Collaboration diagram for STM32L4xx_System_Private_Defines:

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
 

Detailed Description

Macro Definition Documentation

◆ HSE_VALUE

#define HSE_VALUE   8000000U

Value of the External oscillator in Hz

◆ HSI_VALUE

#define HSI_VALUE   16000000U

Value of the Internal oscillator in Hz

◆ MSI_VALUE

#define MSI_VALUE   4000000U

Value of the Internal oscillator in Hz

◆ USER_VECT_TAB_ADDRESS

#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.

◆ VECT_TAB_BASE_ADDRESS

#define VECT_TAB_BASE_ADDRESS   FLASH_BASE

Vector Table base address field. This value must be a multiple of 0x200.

◆ VECT_TAB_OFFSET

#define VECT_TAB_OFFSET   0x00000000U

Vector Table base offset field. This value must be a multiple of 0x200.