2019-10-10 12:34 AM
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?
Solved! Go to Solution.
2019-10-10 01:41 AM
The latest version is STM32CubeH7 Firmware Package V1.5.0 / 28-June-2019, and it does contain stm32h7xx_hal_exti.h.
2019-10-10 01:41 AM
The latest version is STM32CubeH7 Firmware Package V1.5.0 / 28-June-2019, and it does contain stm32h7xx_hal_exti.h.