Home
last modified time | relevance | path

Searched refs:VECT_TAB_BASE_ADDRESS (Results 1 – 7 of 7) sorted by relevance

/bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Appli/Core/Src/
A Dsystem_stm32h7rsxx.c94 #if !defined(VECT_TAB_BASE_ADDRESS)
95 #define VECT_TAB_BASE_ADDRESS ITCM_BASE /*!< Vector Table base address field. macro
103 #if !defined(VECT_TAB_BASE_ADDRESS)
104 #define VECT_TAB_BASE_ADDRESS FLASH_BASE /*!< Vector Table base address field. macro
164 SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; in SystemInit()
/bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Boot/Core/Src/
A Dsystem_stm32h7rsxx.c94 #if !defined(VECT_TAB_BASE_ADDRESS)
95 #define VECT_TAB_BASE_ADDRESS ITCM_BASE /*!< Vector Table base address field. macro
103 #if !defined(VECT_TAB_BASE_ADDRESS)
104 #define VECT_TAB_BASE_ADDRESS FLASH_BASE /*!< Vector Table base address field. macro
164 SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; in SystemInit()
/bsp/stm32/stm32h750-fk750m1-vbt6/board/CubeMX_Config/Src/
A Dsystem_stm32h7xx.c96 #define VECT_TAB_BASE_ADDRESS D2_AXISRAM_BASE /*!< Vector Table base address field. macro
101 #define VECT_TAB_BASE_ADDRESS FLASH_BANK2_BASE /*!< Vector Table base address field. macro
111 #define VECT_TAB_BASE_ADDRESS D1_AXISRAM_BASE /*!< Vector Table base address field. macro
116 #define VECT_TAB_BASE_ADDRESS FLASH_BANK1_BASE /*!< Vector Table base address field. macro
284 …SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal D2 AXI… in SystemInit()
297 …SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal D1 AXI… in SystemInit()
/bsp/stm32/stm32g491-st-nucleo/board/CubeMX_Config/Core/Src/
A Dsystem_stm32g4xx.c117 #define VECT_TAB_BASE_ADDRESS SRAM_BASE /*!< Vector Table base address field. macro
122 #define VECT_TAB_BASE_ADDRESS FLASH_BASE /*!< Vector Table base address field. macro
188 …SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()
/bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/Src/
A Dsystem_stm32l4xx.c134 #define VECT_TAB_BASE_ADDRESS SRAM1_BASE /*!< Vector Table base address field. macro
139 #define VECT_TAB_BASE_ADDRESS FLASH_BASE /*!< Vector Table base address field. macro
201 SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; in SystemInit()
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/
A Dsystem_stm32l1xx.c90 #define VECT_TAB_BASE_ADDRESS SRAM_BASE /*!< Vector Table base address field. macro
95 #define VECT_TAB_BASE_ADDRESS FLASH_BASE /*!< Vector Table base address field. macro
168 …SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM. … in SystemInit()
/bsp/stm32/stm32f407-lckfb-skystar/board/CubeMX_Config/Src/
A Dsystem_stm32f4xx.c101 #define VECT_TAB_BASE_ADDRESS SRAM_BASE /*!< Vector Table base address field. macro
106 #define VECT_TAB_BASE_ADDRESS FLASH_BASE /*!< Vector Table base address field. macro
180 …SCB->VTOR = VECT_TAB_BASE_ADDRESS | VECT_TAB_OFFSET; /* Vector Table Relocation in Internal SRAM */ in SystemInit()

Completed in 19 milliseconds