Question
HAL_GPIO_EXTI_Rising_Callback or EXTI0_1_IRQHandler
Hi, is there a reason to implement the HAL function over simply running code inside the IRQ handler.
In my current case I only am incrementing a counter and do not need to demux the line, so I presume not this time, but if I was doing something more involved.
Thanks Oliver
