搜索资源列表
watchdog实验
- 文件功能 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等 main.c-------主函数 44blib.c-----S3C44B0X的一些自己编写的库文件-document functional 44binit.s - --- interrupted initialization, memory, stack, system initializ
DS12887时钟芯片编程
- 利用程序中的函数,来读取时钟芯片的秒、分、时、日、月、年、世纪,亦能对其设置时间日期。-procedures for the use of function, to read clock chip seconds, hours, days, months, years, centuries, but also the date of its set-up time.
bigTime
- 支持类型TI DSP TMS320DM642 测试dsp的时钟函数 -support TI DSP TMS320DM642 types of tests dsp clock function
clktestfuc
- 支持类型TI DSP TMS320DM642,测试dsp bios中的时钟函数 -types of support TI DSP TMS320DM642, testing dsp bios of the clock function
TMSX28xx
- X28xx功能单元使用.doc 例1、初始化锁相环及外设时钟函数 例2、.cmd格式文件举例 例3、定时器中断应用举例 例4、利用事件管理器输出多种频率的正弦信号输出例程 例5、SPI和DAC TLV 5617接口例程 例6、CAN总线消息发送例程 例7、使用FIFO缓冲发送数据 例8、使用FIFO缓冲接收数据 例9、ADC应用举例 -Functional unit X28xx use. Doc Cases 1, phase-locked
clock
- 在C51下编写的时钟函数,可以实现报时,更改时间等多种功能-C51 prepared in clock function, can be achieved time, change time for a variety of functions
application_of_clock
- 在C51下编写的时钟函数,可以实现报时,更改时间等多种功能-C51 prepared in clock function, can be achieved time, change the time and many other features
FPGAPLLdesign
- 基于FPGA和PLL的函数信号发生器时钟部分的实现-FPGA+PLLdesign and practice
E-clock
- 该时钟函数包括了AT89C52、8位数码管、具有调时、闹钟等功能。所有功能的实现均使用定时器,未用时钟芯片。-The clock function, including the AT89C52, 8 bit digital tube, with a tune, the alarm clock functions. The realization of all the features are the use of timers, not by the clock chip.
X28xx_sourcecode
- word文档内有九个例子源程序: 例1、初始化锁相环及外设时钟函数 例2、.cmd格式文件举例 例3、定时器中断应用举例 例4、利用事件管理器输出多种频率的正弦信号输出例程 例5、SPI和DAC TLV 5617接口例程 例6、CAN总线消息发送例程 例7、使用FIFO缓冲发送数据 例8、使用FIFO缓冲接收数据 例9、ADC应用举例 -this word document includes nine examples of source
Clock
- Clock函数含有不同的延时函数,时钟函数-Clock function with a different delay function, clock function
clock2440
- 该程序为基于TQ2440实现的时钟函数,带闹钟功能。-The program is based on TQ2440 for clock function with alarm clock function.
miaobiao
- stc89c52 秒表 精确时钟函数 无时间上限-stc89c52 stopwatch accurate clock function without time limit
Time
- stm32f103单片机代码,time时钟函数,可以正常运行。-stm32f103 microcontroller code, timer clock function can operate normally.
实验3:SysTick滴答时钟
- 利用SysTick产生的延时函数,实现LED跑马灯效果(Using the delay function generated by SysTick to realize LED marquee effect)
STM8S内部时钟+定时器+LED
- STM8S的裸机模板,不使用库函数,包含基本外设配置,内部时钟配置、定时器配置、普通IO配置、LCD12864的驱动(STM8S bare metal template, without the use of library functions, including basic peripheral configuration, drive internal clock timer configuration, common configuration, IO configuration, LC
shizhong
- 时钟函数是单片机初学者的基础,程序员必须要掌握基本函数。(The clock function is the basis for the beginners of singlechip, and the programmer must master the basic functions.)
RTC实时时钟与农历年月日(STM32神舟I号-库函数版)
- STM32神舟1号通过RTC实现实时时钟与农历年月日实验(STM32 Shenzhou 1 realizes real time clock and lunar calendar day experiment through RTC.)
STC8_Delay
- 次代码是针对STC8系列的单片机的延时函数,使用 此代码可以直接添加调用,程序自动获取内部系统时 钟后初始化延时函数。只要是ISP软件默认的时钟频 率都可以应用(特殊频率除外) 该代码为初版,还存在很多缺陷,请各位大佬勿喷,谢谢! 注意: 次代码仅适用于STC公司最新的STC8系列单片机(Delay Function of Single Chip Microcomputer)
c51电子时钟的设计
- 89c51设计电子时钟,涉及中断处理函数,数码管使用函数等等的知识。