watchdog_reset.c
上传用户:mhstny
上传日期:2022-08-05
资源大小:793k
文件大小:1k
源码类别:

微处理器开发

开发平台:

Unix_Linux

  1. #include "2410addr.h"
  2. #include "2410lib.h"
  3. void watchdog_reset_test(void);
  4. int Main(void)
  5. {
  6. ChangeClockDivider(1,1);
  7.     ChangeMPllValue(0xa1,0x3,0x1);   
  8.     Port_Init();
  9.     Uart_Select(0);
  10.     Uart_Init(0,115200);
  11. Uart_Printf("watchdog test is beginningn");
  12. watchdog_reset_test();
  13. while(1);
  14. }
  15. void watchdog_reset_test(void)
  16. {
  17.   //Prescaler value=100;