怎么用C语言实现单片机复位?

2025-03-21 17:31:03
推荐回答(3个)
回答1:

void (*reset)(void)=0x0000;

在需要复位的地方调用: reset();

回答2:

看门狗程序

回答3:

pc=0;