diff --git a/goil/templates/config/cortex-m/armv7em/stm32f303/config.oil b/goil/templates/config/cortex-m/armv7em/stm32f303/config.oil index 7ea29d477..bf597374e 100755 --- a/goil/templates/config/cortex-m/armv7em/stm32f303/config.oil +++ b/goil/templates/config/cortex-m/armv7em/stm32f303/config.oil @@ -63,7 +63,7 @@ CPU stm32f303 { }; INTERRUPT_COUNT nb_it { - IT_TABLE_SIZE = 97; + IT_TABLE_SIZE = 90; //74 STM32 interrupt + 16 ARM related interrupts }; INTERRUPT NMI {SETPRIO = TRUE { NUMBER = -14; };}; diff --git a/goil/templates/config/cortex-m/armv7em/stm32l432/config.oil b/goil/templates/config/cortex-m/armv7em/stm32l432/config.oil index 14570cef2..978079247 100644 --- a/goil/templates/config/cortex-m/armv7em/stm32l432/config.oil +++ b/goil/templates/config/cortex-m/armv7em/stm32l432/config.oil @@ -63,7 +63,7 @@ CPU stm32l432 { }; INTERRUPT_COUNT nb_it { - IT_TABLE_SIZE = 98; + IT_TABLE_SIZE = 77; //61 STM32 interrupts + 16 ARM related interrupts. }; #include "interruptDefs.oil"