Forum Discussion
Altera_Forum
Honored Contributor
20 years agoDSR not called
Dear Forum readers I've been scrathing my head for some time over this. I have a custom board that gives me a periodic interrupt. I've written a ISR- DSR handler pair and they wo...
Altera_Forum
Honored Contributor
20 years agoI am confused as to the purpose of 'abe'. But one thing that bothers me is that it is being messed with in two locations. Hopefully, that isn't a problem since the IRQ in question is masked.
Try returning (CYG_ISR_HANDLED | CYG_ISR_CALL_DSR) from your ISR.