We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e40445 commit c74a616Copy full SHA for c74a616
libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303K8/cmsis_nvic.h
@@ -32,11 +32,7 @@
32
#ifndef MBED_CMSIS_NVIC_H
33
#define MBED_CMSIS_NVIC_H
34
35
-// STM32F303RE
36
-// CORE: 16 vectors = 64 bytes from 0x00 to 0x3F
37
-// MCU Peripherals: 85 vectors = 340 bytes from 0x40 to 0x193
38
-// Total: 101 vectors = 404 bytes (0x194) to be reserved in RAM
39
-#define NVIC_NUM_VECTORS 101
+#define NVIC_NUM_VECTORS 98
40
#define NVIC_USER_IRQ_OFFSET 16
41
42
#include "cmsis.h"
0 commit comments