请问USER中断的优先级是怎么定义的,官方给出的中断向量表里关于USER中断的优先级未给描述。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请参阅设备TRM中描述中断优先级的以下部分。
优先级基于中断在表中的位置,如屏幕截图所示。
请参阅下面关于这些中断的屏幕截图。用户定义的中断不是由ePIE发起的,而是由CPU指令发起的。它们由相关的TRAP#x指令触发。通过这种方式,它们在技术上优先于所有ePIE中断。