Forum Discussion
Altera_Forum
Honored Contributor
13 years agoAnother solution (but I don't recommend it) would be assigning the highest priority to your PIO interrupt in SOPC design.
This way the isr function (which should be as short as possible) would be able to interrupt even OS scheduler and probably it could make the trick. Anyway, you must be very careful not to interfer with OS or you'll mess up everything.