From 9b7696e58f3b006da9fdc60003f640197951681b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 2 Sep 2015 13:56:57 +0000 Subject: STM32F7-specific LD rules file introduced. Code is accessed through the ITCM bus, constants are accessed through AXI bus. Added DMA-friendly region handling. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8270 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F7xx/SPI/chconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/STM32/STM32F7xx/SPI/chconf.h') diff --git a/testhal/STM32/STM32F7xx/SPI/chconf.h b/testhal/STM32/STM32F7xx/SPI/chconf.h index eaf41bdee..1646c0e44 100644 --- a/testhal/STM32/STM32F7xx/SPI/chconf.h +++ b/testhal/STM32/STM32F7xx/SPI/chconf.h @@ -494,7 +494,7 @@ /* Port-specific settings (override port settings defaulted in chcore.h). */ /*===========================================================================*/ -#define CORTEX_VTOR_INIT 0x08000000U +#define CORTEX_VTOR_INIT 0x00200000U #endif /* _CHCONF_H_ */ -- cgit v1.2.3