Hello, community.
I am finding a point calling ADC_IRQHandler to modify the event_handler but I can't find the point calling the function. Where is the caller on ADC_IRQHandler?
Hello, community.
I am finding a point calling ADC_IRQHandler to modify the event_handler but I can't find the point calling the function. Where is the caller on ADC_IRQHandler?
IRQ Handlers are not called by software!
An IRQ handler is called directly by the hardware interrupt.
IRQ Handlers are not called by software!
An IRQ handler is called directly by the hardware interrupt.