Reverted to old version of cmsis_nvic.h

pull/1412/head
Mika Laurila 2015-11-10 14:11:25 +02:00 committed by Wojciech Gorniak
parent 2647edfe72
commit 8e54df9141
1 changed files with 4 additions and 4 deletions

View File

@ -32,11 +32,11 @@
#ifndef MBED_CMSIS_NVIC_H
#define MBED_CMSIS_NVIC_H
// STM32F410RB
// STM32F411RE
// CORE: 16 vectors = 64 bytes from 0x00 to 0x3F
// MCU Peripherals: 96 vectors = 340 bytes from 0x40 to ...
// Total: 112 vectors = 448 bytes (0x1C0) to be reserved in RAM
#define NVIC_NUM_VECTORS 112
// MCU Peripherals: 86 vectors = 344 bytes from 0x40 to 0x197
// Total: 102 vectors = 408 bytes (0x198) to be reserved in RAM
#define NVIC_NUM_VECTORS 102
#define NVIC_USER_IRQ_OFFSET 16
#include "cmsis.h"