File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32L4 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
*/
31
31
#include "cmsis_nvic.h"
32
32
33
- #define NVIC_RAM_VECTOR_ADDRESS (0x20000000 ) // Vectors positioned at start of RAM
33
+ #define NVIC_RAM_VECTOR_ADDRESS (0x10000000 ) // Vectors positioned at start of SRAM2
34
34
#define NVIC_FLASH_VECTOR_ADDRESS (0x08000000) // Initial vector position in flash
35
35
36
36
void NVIC_SetVector (IRQn_Type IRQn , uint32_t vector ) {
Original file line number Diff line number Diff line change 30
30
*/
31
31
#include "cmsis_nvic.h"
32
32
33
- #define NVIC_RAM_VECTOR_ADDRESS (0x20000000 ) // Vectors positioned at start of RAM
33
+ #define NVIC_RAM_VECTOR_ADDRESS (0x10000000 ) // Vectors positioned at start of SRAM2
34
34
#define NVIC_FLASH_VECTOR_ADDRESS (0x08000000) // Initial vector position in flash
35
35
36
36
void NVIC_SetVector (IRQn_Type IRQn , uint32_t vector ) {
You can’t perform that action at this time.
0 commit comments