请问28335有哪些可靠的软件复位的方法?是不是没有没有直接复位的指令?
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.
请参考指令集里3.5.2 TRAP Instruction的说明,TRAP只是用于软件上产生一个用户中断,而不是复位。
Note部分特别提到The TRAP #0 instruction does not initiate a full reset. It only forces execution of the interrupt service routine that corresponds to the RESET interrupt vector.