-
IO_SOFT_UART_USE_TIMER
说明: 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)
- 2008-09-16 13:37:34下载
- 积分:1
-
BMD_PCIE
自己根据xapp1052修改的源代码,已经编译成功,并应用在开发板上。(According xapp1052 own modified source code has been successfully compiled and used in the development board.)
- 2015-10-19 08:10:20下载
- 积分:1
-
RFCC2530_flash
CC2530单片机的flash 的读写,以及无线接收函数,看门狗的使用(CC2530 MCU flash, speaking, reading and writing, and the wireless receiving function, the use of the watch dog)
- 2021-03-13 22:19:24下载
- 积分:1
-
dinuzhang
单片机典型系统设计实例精讲 第6章 红外遥控电子密码锁(SCM typical system design examples in Chapter 6 of Intensive infrared remote control electronic password lock)
- 2007-01-17 09:37:17下载
- 积分:1
-
Noise
基于51单片机的环境噪声检测仪 含proteus仿真文件一份noise.dsn Keil工程文件一套 主程序代码main.c 6篇相关文献及毕业设计论文 仿真通过(Based on 51 single-chip environmental noise detector proteus simulation file containing a set of project files noise.dsn Keil main code main.c 6 relevant articles and graduation thesis design through simulation)
- 2020-10-06 10:57:38下载
- 积分:1
-
XC800-FOC-KEIL
采用ukeil 写的电机FOC控制程序,MCU为XC886(Written using ukeil FOC motor control procedures, MCU for XC886)
- 2021-04-27 12:58:44下载
- 积分:1
-
ADC
ADC,Analog-to-Digital Converter的缩写,指模/数转换器或者模数转换器 [1] 。是指将连续变化的模拟信号转换为离散的数字信号的器件。真实世界的模拟信号,例如温度、压力、声音或者图像等,需要转换成更容易储存、处理和发射的数字形式。模/数转换器可以实现这个功能,在各种不同的产品中都可以找到它的身影。(The abbreviation of ADC, Analog - to - Digital Converter, a/d Converter to or AD Converter [1].
Refers to the continuous changes of the analog signal is converted into a discrete digital signal)
- 2020-06-18 01:20:01下载
- 积分:1
-
timer4_led_test
ARM Cortex-A8 裸板,定时器4 和定时器0的测试程序(ARM Cortex-A8 bare boards, Timer 4 and Timer 0 testing procedures)
- 2013-12-06 22:06:10下载
- 积分:1
-
51黑论坛_粮仓粮库8点温度采集系统
说明: 基于单片机的多路温度采集,有代码有原理图(Multiplex temperature acquisition)
- 2019-04-11 20:55:16下载
- 积分:1
-
LCD12864
这是LCD12864的源程序。是我现在看到最规范的程序!(This is LCD12864 of the source. I now see the standard procedure!)
- 2010-11-03 12:52:37下载
- 积分:1