Copyright © 2017 STMicroelectronics
This driver provides the CMSIS device for the stm32f4xx products.
example for STM32F405xx.h
#define FMC_IRQn FSMC_IRQn #define FMC_IRQHandler FSMC_IRQHandler
and for STM32F427xx.h
#define FSMC_IRQn FMC_IRQn #define FSMC_IRQHandler FMC_IRQHandler