-
flashtest
说明: 一个测试凌阳61板中FLASH的程序,用汇报和C混合编写的(a test Sunplus 61 plate FLASH the procedures used to report and the preparation of the hybrid C)
- 2006-02-07 17:03:35下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
jiaoyongdeng-
交通等单片机程序很好的,可以下载看看,应该没有错误的 (Transportation and other microcontroller program good, you can download to see, it should not be wrong)
- 2013-04-23 13:03:37下载
- 积分:1
-
LED TEST
基于STM32F103单片机的LED测试源码(LED Test Source Based on STM32F103 MCU)
- 2020-06-23 13:00:06下载
- 积分:1
-
STM32_SD
STM32F103VET6下的SD卡驱动,有需要的朋友请下。(rfef fsdfiw )
- 2011-12-02 11:12:43下载
- 积分:1
-
JD273_GM
采用8位MCU的燃气点火器的源程序,采用汇编程序编写(8-bit MCU gas ignition source, using assembler programming)
- 2013-08-21 15:51:46下载
- 积分:1
-
GS1903-datasheet
LED全彩界的主流控制芯片,GS1903规格书,中文资料(Full-color LED control chip industry mainstream,GS1903 Sheets,Chinese data)
- 2021-03-23 09:09:16下载
- 积分:1
-
多功能数字时钟
基于ARM Cortex-M4F(TM4C123)单片机 ,编程控制TM4C123微控制器的RTC 模块,实现一个简易的数字时钟,具有多种功能
?【功能】
?(1)UART输出当前时间信息,UART可设置日期和时间,设置方法自定;
?(2)可通过UART 设置/查询闹钟,定闹时间到,从UART输出提醒;
?(3)在液晶屏上显示日期和时间信息(中文);
?(4)可使用实验板上的K1-K4按键修改日期和时间,设置方法自定;
?注:该题依赖于“3”,需先完成“3”才可做该题
?(5)农历功能,农历自动跟踪阳历的变化;
?(6)24节气功能(Based on ARM Cortex-M4F (TM4C123) MCU, the RTC module of TM4C123 microcontroller is programmed and controlled to realize a simple digital clock, which has many functions.
(function)
(1) UART output the current time information, UART can set the date and time, set the method to set itself.
(2) the alarm clock can be set / inquired by UART, and the time is up until UART is output.
(3) display date and time information on LCD screen (Chinese);
(4) you can use the K1-K4 button on the experiment board to change the date and time, and set the method to set it.
Note: the question depends on "3", and it is necessary to finish "3" first.
(5) the function of the lunar calendar, and the lunar calendar automatically tracks the changes of the solar calendar.
(6) the function of 24 throttle)
- 2020-07-02 18:00:02下载
- 积分:1
-
slaa448c
MSP430F54XA, F55XX, F61XX系列单片机内部硬件模块应用例程(Application_Examples for MSP430F54XA, F55XX, F61XX)
- 2015-06-16 19:19:53下载
- 积分:1
-
DSP_PMSM
说明: DSP三相交流同步电机矢量控制(C程序_经典著).PMSM(DSP three-phase AC synchronous motor vector control (C program _ a classic).)
- 2009-08-16 01:23:15下载
- 积分:1