소스 검색

main file

namrota ghosh 7 달 전
부모
커밋
7fbc6b8194
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      main.c

+ 5 - 0
main.c

@@ -80,6 +80,11 @@ void I2C_0_INST_IRQHandler(void)
             break;
     }
 }
+/*Timer feeds the WWDT. the initialization of the Timer is done in the config.h file
+Timer is configured to reset the watchdog timer periodically.
+LFCLK is sourced from the internal low frequency oscilloscope. 
+The device remains in STANDBY mode while waiting for an interrupt
+*/
 
 //interrupt added for Windows Watchdog Timer:
 void GROUP0_IRQHandler(void)