zhyinch
2021-11-08 d4e52e570a19bee6932b8ad34c5bd5966b1d3d3a
源码/核心板/Src/stm32f10x_it.c
@@ -53,9 +53,9 @@
   
   if(tag_timer++>=g_com_map[COM_INTERVAL])
   {tag_timer=0;}
   if(g_Resttimer++>2000)
   if(g_Resttimer++>10000)
   {
      NVIC_SystemReset();
//      NVIC_SystemReset();
   }
@@ -149,4 +149,11 @@
//  }    
}
void HardFault_Handler(void)
{
   while(1)
   {
      NVIC_SystemReset();
   }
}