-
摩托罗拉单片机的定时器溢出中断的原代码
摩托罗拉单片机的定时器溢出中断的原代码-Motorola MCU overflow timer interruption of the original code
- 2022-08-24 08:42:07下载
- 积分:1
-
一种实用的汉字字模生成软件单片机液晶显示(源码),..
一个实用的单片机显示液晶用汉字字模生成软件(非源码),非常实用,可生成C51或汇编格式。-a practical LCD MCU with Chinese characters Fonts generation software (FOSS), a very practical, or can be generated C51 compilation format.
- 2022-11-07 06:15:03下载
- 积分:1
-
_ LPC214X LPC213X _样品_规范标准_ keillpc2131keil例程example I / O……
LPC214x_ LPC213x_ Sample_Code for_Keil
lpc2131keil例程Example Standard I/O program for LPC2100
-LPC214x_ LPC213x_ Sample_Code for_Keillpc2131keil routines Example Standard I/O program for LPC2100
- 2022-04-30 17:36:27下载
- 积分:1
-
是单片机与PC机RS232串口通信的调试好帮手,当你苦于串口通信的调试,试试如何...
是单片机与PC机RS232串口通信的调试好帮手,当你苦于串口通信的调试,试试如何-is SCM and PC RS232 serial communication debugging good helper, when you suffer from serial communications debugging, how to try
- 2023-03-17 05:05:03下载
- 积分:1
-
Hard Drive MP3 schematics,
硬盘MP3电路图,-Hard Drive MP3 schematics,
- 2022-06-26 18:33:36下载
- 积分:1
-
Single
单片机设计, 单片机设计, 单片机设计, -Single-chip design, microcontroller design, microcontroller design, microcontroller design, microcontroller design, microcontroller design,
- 2022-05-25 04:49:11下载
- 积分:1
-
78K0 EEPROM模拟功能使用手册,英文的,但内容很好
78K0 EEPROM模拟功能使用手册,英文的,但内容很好-78K0 EEPROM emulation using the manual, in English, but the content very well
- 2022-03-22 07:53:45下载
- 积分:1
-
74hc595 driven gcc n
74hc595驱动
gcc编译
n个级连只要输出n个字节后加一个锁存时钟(下降沿)-74hc595 driven gcc n-even if output n bytes added a latch clock ( drop along)
- 2022-03-29 19:07:25下载
- 积分:1
-
编写一个延时1MS子程序根据题目选择是定时还是记数状态,本题选择记数状态。然后根据延时1MS计算出计时器的初值是E0H(高8位)18H(低5位)。最后编写算法,...
编写一个延时1MS子程序根据题目选择是定时还是记数状态,本题选择记数状态。然后根据延时1MS计算出计时器的初值是E0H(高8位)18H(低5位)。最后编写算法,对T0初始化,利用T0的中断TF0调用中断处理程序。-prepared a delay rungs subroutine under the topic chosen is not a time to memorize numbers or state of mind of the few options that state. According to delay timer rungs calculate the initial value is E0H (high 8) 18H (Low 5). Preparation of the final algorithm, the T0 initialization, interrupt the use of T0 TF0 call interrupt handling procedures.
- 2022-01-25 22:40:39下载
- 积分:1
-
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双...
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双工通讯。收、发波特率相同。
4. 应把定时器中断优先级设置为最高级。
5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区),
待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的
能力和简化程序。实际应用中应防止缓冲区溢出。
6. 由接收转换到发送时要先调用 soft_send_enable ();
由发送转换到接收时要先调用 soft_receive_enable ()。
7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕
while ( rs_f_TI == 0) // 等待最后一个字节发送完毕-err
- 2022-06-19 08:35:11下载
- 积分:1