Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Revision 101:df8ef1d8a4b1, committed 2016-03-29
- Comitter:
- mbed_official
- Date:
- Tue Mar 29 10:15:10 2016 +0100
- Parent:
- 100:7c647ea3c13d
- Child:
- 102:5ce70d0cf6ae
- Commit message:
- Synchronized with git revision 4694003b106ccf6128595f27744fc6f1264397c3
Full URL: https://github.com/mbedmicro/mbed/commit/4694003b106ccf6128595f27744fc6f1264397c3/
Make Nucleo F303K8 number of interrupts consistent with amount of SRAM allocated
Changed in this revision
| targets/cmsis/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303K8/cmsis_nvic.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/cmsis/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303K8/cmsis_nvic.h Fri Mar 25 14:45:11 2016 +0000 +++ b/targets/cmsis/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303K8/cmsis_nvic.h Tue Mar 29 10:15:10 2016 +0100 @@ -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"
