From f6eed8dd5740ae31c6cdb1d59fb87bb4c8177ef8 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 12 Aug 2017 15:00:22 +0000 Subject: [PATCH] Fixed number of vectors for newer devices. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_17.6.x@10409 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h index bbe6e0312..c3ca65ecb 100644 --- a/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h +++ b/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h @@ -48,7 +48,7 @@ * @note This number does not include the 16 system vectors and must be * rounded to a multiple of 8. */ -#define CORTEX_NUM_VECTORS 96 +#define CORTEX_NUM_VECTORS 104 /* The following code is not processed when the file is included from an asm module.*/