2025-07-02 1:14 PM - edited 2025-07-02 1:17 PM
> I am trying to compile STM32G4xx_HAL_Driver using gcc toolchain in mingw. I am trying to build the example project GPIO_EXTI for the STM32F746ZG-Nucleo.
The G4 HAL code isn't made for the F7. Use the F7 HAL code.
Plenty of F7 examples out there. Perhaps use one of those.
STM32CubeF7/Projects/STM32F746ZG-Nucleo/Examples at master · STMicroelectronics/STM32CubeF7