|
NNP STM Generic Remote Module git-main
|

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 |
| #define HSE_VALUE 8000000U |
Value of the External oscillator in Hz
Definition at line 110 of file system_stm32l4xx.c.
Referenced by SystemCoreClockUpdate().
| #define HSI_VALUE 16000000U |
Value of the Internal oscillator in Hz
Definition at line 118 of file system_stm32l4xx.c.
Referenced by SystemCoreClockUpdate().
| #define MSI_VALUE 4000000U |
Value of the Internal oscillator in Hz
Definition at line 114 of file system_stm32l4xx.c.
| #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.
| #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().
| #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().