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.

TMS320C6678: 多个异常同时发生如何处理

Part Number: TMS320C6678

6678硬件支持NMI异常、EXCEP异常、内部异常、SWE异常、SWENR异常,那么他们之间是否有明确的优先级呢,如果几个异常同时发生,要怎么处理呢,各位工程师麻烦帮忙看看,谢谢谢谢

  • 同时发生的话,没有优先级之分,标志位会同时置1,可以根据需要先处理哪个中断,在CPU user guide里有说明。
    It is possible for all four bits to be set when entering the exception service routine. The prioritization and handling of multiple exceptions is left to software