资源列表
selfDocProtect
- 驱网znsoft大牛开发的一个《个人文档保护系统》对文件系统有兴趣的同学们应该看一下-Daniudi znsoft network drive the development of a " personal document protection system" for the file system of the students who are interested should look at
32bitoneshottiming
- 基于《Stellaris外设驱动库》的例程:定时器32位周期定时示例 掌握以下几个库函数: TimerConfigure() TimerLoadSet() TimerEnable()/TimerDisable() 本实验实现了如何将定时器配置为32位单次触发。在定时器超时时,LED1的状态由亮熄灭,从而指示定时器已经超时。-Based on " Stellaris peripheral driver library" of routines
32bitcycletimer
- 基于《Stellaris外设驱动库》的例程:定时器32位周期定时示例 请掌握以下库函数的用法: TimerConfigure() TimerLoadSet() TimerEnable()/TimerDisable() TimerIntEnable() TimerIntStatus() TimerIntClear() 本实验实现了如何定时器产生周期性中断。定时器被设置为每秒产生2次中断,在每次进入中断处理程序中时都翻转一侧对应的GPIO端口。
Timer32BitRTC
- 基于《Stellaris外设驱动库》的例程:定时器32位RTC用法示例(32.768kHz振荡信号从CCP2管脚输入,RTC时钟从UART2输出) 本实验程序演示了如何使用定时器配置为32为RTC模式,并使用RTC定时器产生匹配中断。每次进入中断函数中由串口发送显示一次当前时间,初始时间假设为9:58:40。 本实验需要一个32.768kHz的RTC时钟源,本范例把TIMER0A配置成了16位PWM模式,利用CCP0脚输出频率大致为32768Hz的PWM波,免去了用户外接32
Timer16BitOneShot
- 基于《Stellaris外设驱动库》的例程: 定时器16位单次触发定时示例 本实验演示了如何将定时器仅产生一次中断,用TimerFlag作为是否进入过中断的标志。在中断处理函数中,置位TimerFlag,从而熄灭LED1。 -Based on " Stellaris peripheral driver library" of routines: 16-bit timer to trigger a single sample from time to time in
LM3STimer16BitPeriodic
- 基于《Stellaris外设驱动库》的例程:定时器16位周期定时示例 本实验程序演示了如何使用定时器实现周期性中断。定时器从装载值递减至0后产生一次中断,在中断处理函数中翻转一次LED1。LED1指示灯指示了每次中断及中断的速率。-Based on " Stellaris peripheral driver library" of routines: 16-bit cycle timer example of the experimental procedures f
UCLearning
- uC学习笔记,学习过程中记录和体会,对初学嵌入式编程者会有帮助-The study drift of uc
C51Timer
- 这是我做步进电机驱动的一部分,在Keil C环境下用2051的Timer0中断模式1,控制Led每秒亮灭一次,可以利用它熟悉2051的定时器.-This is my stepper motor driver so as part of Keil C environment in 2051 with the Timer0 interrupt mode 1, control Led out a second light, you can use it with the timer 2051.
Book-51
- MCS51单片机相关设计用到的一些子程序。用ASM文件编写-Single-chip design used in a number of subroutines.
demoSPI
- DG128 SPI 接口程序 在飞思卡尔DG128完成SPI协议的通信-DG128 SPI
demoCAN
- DG128 CAN接口程序 在飞思卡尔DG128完成CAN总线协议的通信-DG128 CAN
yejingshuzizhong
- 应用在51单片机控制的数字时钟上,在设计上采用硬件计数与软件计数相结合的方式,并且定时器T0采用了中断方式,优先级最高。-51 single-chip control applications in the digital clock on the design of hardware and software count a combination of counting and the use of the T0 timer interrupt, the highest priority.