Merge pull request #1633 from ducky64/master

Make Nucleo F303K8 number of interrupts consistent with amount of SRAM allocated
pull/1637/head
Martin Kojtal 2016-03-29 11:11:17 +02:00
commit 4694003b10
1 changed files with 1 additions and 5 deletions

View File

@ -32,11 +32,7 @@
#ifndef MBED_CMSIS_NVIC_H
#define MBED_CMSIS_NVIC_H
// STM32F303RE
// CORE: 16 vectors = 64 bytes from 0x00 to 0x3F
// MCU Peripherals: 85 vectors = 340 bytes from 0x40 to 0x193
// Total: 101 vectors = 404 bytes (0x194) to be reserved in RAM
#define NVIC_NUM_VECTORS 101
#define NVIC_NUM_VECTORS 98
#define NVIC_USER_IRQ_OFFSET 16
#include "cmsis.h"