Hello to all. I was studying EXTI handling in STM32 and noticed irq handlers (as defined in stm32_exti_gpio.c) have three parameters: irq, context and arg.
And they are never used If handlers are looked up in the vector table, which only have handler's address, where do these parameters (specially context) come from? TIA Grr