aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx/stm32_isr.h
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-14 15:29:19 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-14 15:29:19 +0000
commit00c270af7aba1d443b3c99222afbcacf2b2d703a (patch)
treec76d38dbf45185c389b0de8bbebe528da849badb /os/hal/ports/STM32/STM32F4xx/stm32_isr.h
parentb7c4aae4e11b71ec5d64ff6ce839ebef403f839a (diff)
downloadChibiOS-00c270af7aba1d443b3c99222afbcacf2b2d703a.tar.gz
ChibiOS-00c270af7aba1d443b3c99222afbcacf2b2d703a.tar.bz2
ChibiOS-00c270af7aba1d443b3c99222afbcacf2b2d703a.zip
[STM32 FSMC NAND] Driver variant using dedicated FSMC interrupts finished and tested in hardware.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7176 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F4xx/stm32_isr.h')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/stm32_isr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/stm32_isr.h b/os/hal/ports/STM32/STM32F4xx/stm32_isr.h
index 8270d5b60..09f4ca3b3 100644
--- a/os/hal/ports/STM32/STM32F4xx/stm32_isr.h
+++ b/os/hal/ports/STM32/STM32F4xx/stm32_isr.h
@@ -147,6 +147,13 @@
*/
#define ETH_IRQHandler Vector134
+/*
+ * FSMC
+ */
+#define STM32_FSMC_HANDLER Vector100
+
+#define STM32_FSMC_NUMBER 48
+
/** @} */
/*===========================================================================*/