Which interrupt has highest priority ___________.
TRAP hasthe highest priority and vectors interrupt. Edge and level triggered means that the TRAP must go high and remain high until it is acknowledged. TRAP interrupts can only be masked by resetting the microprocessor.
A TRAP, also known as an exception or a fault, is typically a type of synchronous interrupt typically caused by an exceptional condition.
TRAPis a non-maskable interrupt. It consists of both level as well as edge triggering and is used in critical power failure conditions. TRAP is the internal interrupt that has the highest priority among all interrupts except the divide by zero exception.