Skip to main content
ADion
Visitor II
October 10, 2019
Solved

stm32h7xx_hal_exti.h file does not exist in H7 package

  • October 10, 2019
  • 1 reply
  • 1534 views

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?

This topic has been closed for replies.
Best answer by berendi

The latest version is STM32CubeH7 Firmware Package V1.5.0 / 28-June-2019, and it does contain stm32h7xx_hal_exti.h.

1 reply

berendi
berendiBest answer
Principal
October 10, 2019

The latest version is STM32CubeH7 Firmware Package V1.5.0 / 28-June-2019, and it does contain stm32h7xx_hal_exti.h.