had to use void HAL_GPIO_EXTI_Falling_Callback and void HAL_GPIO_EXTI_Rising_Callback
i used stm32cubeMX to generate code to support GPIO external interrupts.
i expected to use HAL_GPIO_EXTI_Callback and it compiled but did not work.
i had to use HAL_GPIO_EXTI_Falling_Callback and HAL_GPIO_EXTI_Rising_Callback
i used a Nucleo-U5a5ZJ board.
cubeMX 6.12.1
cubeIDE 1.16.1
does anyone know why HAL_GPIO_EXTI_Callback does not work?
I noticed that HAL_GPIO_EXTI_Callback was not in the stm32u5xx_hal_gpio.h file
thanks
phil
