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.
当TM4C1294芯片运行进入到FualtISR中断后应该怎么处理,除了断电让芯片重启之外,还是否有类似于软件复位的功能呢?也就是在FualtISR中断函数中配置某些寄存器可以让芯片复位,然后重新运行程序?请大神们赐教。
这个是软件复位函数,在faultIsr中断服务函数中调用可以进行软件复位,不过需要在while(1)前调用。