源码/核心板/Src/main.c
@@ -58,7 +58,7 @@
#ifdef WORK_MODE_TAG
   tag_sleep_configuraion();
#endif
   Dw1000_App_Init();
    /* Loop forever initiating ranging exchanges. */
   while(1)
   {
@@ -68,6 +68,7 @@
      g_start_send_flag = 0;
      Tag_App();
   }
//   UART_CheckReceive();
   RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR, ENABLE);
   PWR_EnterSTOPMode(PWR_Regulator_LowPower, PWR_STOPEntry_WFI);   
#else