watchdog_reset.c
资源名称:arm_exam.rar [点击查看]
上传用户:mhstny
上传日期:2022-08-05
资源大小:793k
文件大小:1k
源码类别:
微处理器开发
开发平台:
Unix_Linux
- #include "2410addr.h"
- #include "2410lib.h"
- void watchdog_reset_test(void);
- int Main(void)
- {
- ChangeClockDivider(1,1);
- ChangeMPllValue(0xa1,0x3,0x1);
- Port_Init();
- Uart_Select(0);
- Uart_Init(0,115200);
- Uart_Printf("watchdog test is beginningn");
- watchdog_reset_test();
- while(1);
- }
- void watchdog_reset_test(void)
- {
- //Prescaler value=100;