Hi Folks,
Im trying to understand the use of UserN and PIE reserved interrupts as software interrupts on the F28027.
I currently have an ISR within wisc I wish to add a check of some condition and then set a user interrupt, such that the ISR for the user interrupt occurs when the primary ISR has completed, i.e. it the primary ISR has a higher priority and interrupts are not nested.
Using USERn interrupts does not seem to be discussed at all in the documentation, I assume they can have their ISR vectors set in the vector table the same as peripheral interrupts, however, I am not unsure as to how to trigger the second interrupt in such a way that the intended effect is achieved. what is the best way to accomplish this?
Thanks