搜索资源列表
Timer_Test
- 这是s3c3v40开发板自带的光盘定时器实验程序源代码 -development board's own CD timer experimental procedure source code
arm_irq
- arm基础实验代码,是 s3c2410的定时器实验。运行ok
timer
- arm10下的定时器实验,pxa270处理器-arm10 timer under test, pxa270 processor
watchdog.c
- 实验名称:看门狗实验的应用级程序 * 实验说明:S3C2410内部具有一个看门狗定时器,可以设置为看门狗功能, * 设定在一定时间内,如果没有将看门狗计数寄存器复位, * 将引发系统复位,本实验设定复位时间为2秒, * 如果在两秒内没有复位将导致系统复位。-Experiment name: application-level watchdog experimental test program* Note: S3C2410 has an internal watchdog tim
TIMER
- 一个arm7开发板上的定时器实验程序,此程序用c语言开发。-Development of an on-board timer arm7 experimental procedure, this procedure using c language development.
Project
- 在开发板FL2440上,我们完成了以下实验: 一、MDK开发环境配置 二、s3c2440时钟系统 三、UART实现串口发送(查询方式)和串口接收(中断方式) 四、按键外部中断并控制LED 五、SDRAM读写操作 六、定时器应用 七、实时时钟(RTC)的使用 八、A/D转换实验 -In the development board FL2440, we completed the following experiment: one, MDK developm
timer
- 在定时器实验中,主要在Time1.c 中封装了定时器设置的相关函数,通过主函数调用Time1_init()函数来对时钟、计时器进行设置。其中,Time1_init()函数中包括定时器中断程序,计数器中断程序,以及显示到LED的程序。-In the timer experiment, the main package of the correlation function timer set in the Time1.c, call Time1_init through the main func
11
- 通过PWM定时器延迟一秒,实现一个LED灯的明灭。实验中观察I/O口的值对LED灯的明灭的控制,学习I/O口的输入输出方式和设置,了解PWM的配置方式-Through the PWM timer to delay a second, the realization of a LED lamp at. I/O values for LED lamp light control experiment, learning I/O port input and output method and set
周立功magic2410实验箱基础程序3
- 周立功的实验教程应该是做的最为详细,是arm学习入门的一个简单的快捷工具,本程序包含串口实验,IIC实验,PWM实验,ADC实验,定时器实验!