Configure a GPIO pin as EXTI
Hello,
I am trying to build a api in stm32 cube ide with base mcu as nucleo board.i am planning to build a api with input parameters GPIO_PIN,IRQ_HANDLER_FUN.
UserAPI_exticf(GPIO_PIN,IRQ_HANDLER_FUNC)
{}
I don't want ot configure gpio as exti in .ioc file and use it main c
I want everythibg to be done in UserAPI_exticfg.
If you have such reference code or libraries please share it.
