From 5404d1ee8da67275b467d0ec4ce4ca9da8b98f27 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 29 Nov 2015 08:20:40 +0000 Subject: IRQ Storm for STM32F7. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8548 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F7xx/IRQ_STORM/chconf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testhal/STM32/STM32F7xx/IRQ_STORM/chconf.h') diff --git a/testhal/STM32/STM32F7xx/IRQ_STORM/chconf.h b/testhal/STM32/STM32F7xx/IRQ_STORM/chconf.h index 7d9906294..fe1c8d375 100644 --- a/testhal/STM32/STM32F7xx/IRQ_STORM/chconf.h +++ b/testhal/STM32/STM32F7xx/IRQ_STORM/chconf.h @@ -494,6 +494,8 @@ /* Port-specific settings (override port settings defaulted in chcore.h). */ /*===========================================================================*/ +#define CORTEX_VTOR_INIT 0x00200000U + #endif /* _CHCONF_H_ */ /** @} */ -- cgit v1.2.3