stm32f437xx.h
Where can one find the current version of stm32f437xx.h?
Thanks,
jh
Where can one find the current version of stm32f437xx.h?
Thanks,
jh
You are mixing include and source files front two different libraries, and that's not going to work at all well
You want to match stm32f437xx.h with
stm32f4xx_hal_gpio.c, not stm32f4xx_gpio.c
STM32Cube_FW_F4_V1.9.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f437xx.h
STM32Cube_FW_F4_V1.9.0\Drivers\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c
OR
STM32F4xx_DSP_StdPeriph_Lib_V1.8.0\Libraries\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h
STM32F4xx_DSP_StdPeriph_Lib_V1.8.0\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_gpio.c
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.