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.

TM4C123G 中断优先级



如题,请教怎么设置tm4123gh6pm的中断优先级?现在遇到大麻烦了,两个中断明明设置了优先级,却经常引发中断错误,以致程序跑飞。

  • 1.查看你的寄存器配置,是否设置成功

    2.设置中断优先级应该是这个函数void IntPrioritySet(uint32_t ui32Interrupt,uint8_t ui8Priority)

    3.还是倾向于你的程序问题,导致程序跑飞。