|
Re: Trying to follow C18 interrupt context code...
Lets assume that I don't have direct access to the interrupt service routine itself, but do have the ability to hook into certain interrupts to get my subroutine to run at interrupt level.
The purpose of all this is to try and have the ability to conditionally inject an event handler stack frame onto the stack. The interrupt routine would then end up returning to the event handler with interrupts off... asynchronously handle one or more events and then return to the real previous user level code.
Bud
Last edited by dcbrown : 21-12-2006 at 00:48.
|