stm32h7xx_hal_exti.h file does not exist in H7 package
Hi,
I'm working with the STM32H750VBTx and I switched to the latest FW version package, STM32Cube FW_H7 V1.3.2.
CubeMX generated the stm32f7xx_hal_conf.h file and a line was added to this file:
#ifdef HAL_EXTI_MODULE_ENABLED
#include "stm32f7xx_hal_exti.h"
#endif /* HAL_EXTI_MODULE_ENABLED */The EXTI flags are all enabled in the CubeMX.
The stm32f7xx_hal_exti.h file does not exist and so a fatal error is generated: stm32h7xx_hal_exti.h: No such file or directory
Is there a new version of FW H7-package?
Do you know this problem?
