Is there any way to get a callback whenever an interrupt fires
Posted: Mon Jul 21, 2025 10:33 am
Is there some way to be notified in general whenever an interrupt fires? Basically whenever the cpu is forced to push the current registers on the stack and continue with the interrupt routine
I'm looking for a generic way to log interrupts (not logging to uart - something fast of course like setting some gpio values or writing to some memory)
I'm looking for a generic way to log interrupts (not logging to uart - something fast of course like setting some gpio values or writing to some memory)