1
zhyinch
2021-09-24 3f141eba703463e01e2b5d6489351d3cf50e1100
源码/核心板/Src/stm32f10x_it.c
@@ -65,9 +65,9 @@
        TagListUpdate();
      }
      
   if(g_Resttimer++>20000)
   if(g_Resttimer++>10000)
   {
      NVIC_SystemReset();
   //   NVIC_SystemReset();
   }
@@ -160,4 +160,12 @@
//  }    
}
void HardFalut_Handler(void)
{
   while(1)
   {
      NVIC_SystemReset();
   }
}