stm32 gpio callback
- January 12, 2023
- 3 replies
- 3730 views
hii
i have a stm32h753 nucleo board , witch have a user button connected to pc 13 , i am trying to implement printing on console when a button is pressed by using interrupted call back that is generated from the button press , i looked at the user manual of 753 and it says all gpio have external interrupt capabilities , i enabled the EXTI interrupt lines in the ioc project file .
and when i press the button nothing happens , i included my main file , and pictures from the nvic , what is am missing here ? in order to activate print by user button pressings.
i debugged the code and put a breakpoint in the EXTI INRUPPET HANDLER and the cpu doesn't even hit this breakpoint
and i also noticed in the gpio configuration section there is only input only mode and there is no external triggers modes when i scroll down the tab