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.

28335 soft reset

请问28335有哪些可靠的软件复位的方法?是不是没有没有直接复位的指令?

  • 没有复位指令,可以使用看门狗复位。

  • TRAP #0的方法是否可行可靠,有什么需要注意的地方?还有其它的方法没?谢谢。

  • 请参考指令集里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.