NNP STM Generic Remote Module git-main
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   0x00005000U
 

Detailed Description

Macro Definition Documentation

◆ HSE_VALUE

#define HSE_VALUE   8000000U

Value of the External oscillator in Hz

Definition at line 110 of file system_stm32l4xx.c.

Referenced by SystemCoreClockUpdate().

◆ HSI_VALUE

#define HSI_VALUE   16000000U

Value of the Internal oscillator in Hz

Definition at line 118 of file system_stm32l4xx.c.

Referenced by SystemCoreClockUpdate().

◆ MSI_VALUE

#define MSI_VALUE   4000000U

Value of the Internal oscillator in Hz

Definition at line 114 of file system_stm32l4xx.c.

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

Definition at line 126 of file system_stm32l4xx.c.

◆ VECT_TAB_BASE_ADDRESS

#define VECT_TAB_BASE_ADDRESS   FLASH_BASE

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

Definition at line 139 of file system_stm32l4xx.c.

Referenced by SystemInit().

◆ VECT_TAB_OFFSET

#define VECT_TAB_OFFSET   0x00005000U

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

Definition at line 141 of file system_stm32l4xx.c.

Referenced by SystemInit().