Hi,
we're doing fast control systems. The control interrupt is based of EOC of an ADC, triggered by some PWM (very conventional).
I came across this pragma (from spru514y, section 6.9.15):
#pragma INTERRUPT ( func , {HPI|LPI} )
I couldn't find any documentation, and very little discussion about this subject.
so a few questions:
1. can I use the ADC interrupt as HPI?
2. what's the performance increase when using HPI?
3. In the same section of the pragma, it mentions the FPU. What's the connection between FPU and interrupts?
thanks a lot!

