guanjiao
2018-09-15 8770b97111b845632246b08696f4362f6e88a5ee
源码/核心板/Src/stm32f10x_it.c
@@ -29,6 +29,8 @@
/* Tick timer count. */
volatile uint32_t time32_incr;
uint8_t tt=0;
uint8_t g_start_send_flag = 0;
void SysTick_Handler(void)
{
@@ -55,4 +57,16 @@
  }   
}
void RTCAlarm_IRQHandler(void)
{
   EXTI_ClearITPendingBit(EXTI_Line17);
   RTC_ClearITPendingBit(RTC_FLAG_ALR);
   g_start_send_flag = 1;
   RTC_SET_ALARM(1);
   tt++;
   //GPIO_Toggle(GPIOA,LED_PIN);
  //SYS.wake_id|=1<<17;
}
/******************* (C) COPYRIGHT 2010 STMicroelectronics *****END OF FILE****/