-
STM32OLED显示实验
STM32进行OLED驱动,以进行验证驱动成功。(STM32 Drives OLED.To verify driver success.)
- 2020-06-16 11:00:02下载
- 积分:1
-
sample_SPI
16位瑞萨单片机RL78G13 SPI程序 现在网上瑞萨资料基本没有(16 Renesas MCU RL78G13 SPI program online now basically no Renesas data)
- 2015-05-07 21:43:56下载
- 积分:1
-
03_KEIL例程
说明: 给初学c8051f410的小白提供的常用外设模块源码,串口,adc采集等等。(The common peripheral module source code, serial port, ADC collection and so on provided by Xiaobai, who is a beginner of C8051F410.)
- 2020-04-15 21:04:02下载
- 积分:1
-
DigitalMeter_src
漂亮的数字仪表,可使用在自己的控制项目中(Pretty digital instrument can be used in their own control projects)
- 2016-02-02 12:19:40下载
- 积分:1
-
SBUF
单片机与PC机串口程序,pc机用串口调试工具发送16进制数据到单片机,单片机再返回一个接受到的信号回pc机,(SCM and PC serial port procedures, PCs with serial debugging tools to send 16-band data to a single chip, the microcontroller return to a finer signal to PCs,)
- 2005-04-30 13:30:51下载
- 积分:1
-
C8051_yuanlijiyingyong_ppt
C8051单片机原理及应用ppt:高档8位SOC单片机C8051F系列为主线,介绍单片机的原理、片内资源的使用方法、指令系统、程序设计及单片机应用系统的设计方法。
以目前流行的C51为主要编程语言,兼顾汇编语言。
(C8051 Principles and Applications ppt: high-end 8-bit microcontroller C8051F SOC Series main line, introducing the principle of single chip, chip to use the resources, instruction, programming and microcomputer application system design. To the popular C51 as the main programming language, both assembly language.)
- 2010-06-04 19:28:37下载
- 积分:1
-
WinRAR-ZIP
文件包含直流电机开环调速以及转速电流双闭环调速的matlab仿真模型。并且可以将两种调速进行比较。(Files contain open-loop DC motor speed and the speed of the current dual-loop speed control matlab simulation model. And both the governor can be compared.)
- 2013-11-28 21:19:30下载
- 积分:1
-
meter-676
Led based voltage meter
use pic16f676
- 2015-10-24 19:26:18下载
- 积分:1
-
MPU6050
说明: MPU6050通过STM32F429发送数据到上位机。或是通过显示屏显示。(MPU6050 sends data to PC through STM32F429. Or display it on a screen.)
- 2019-04-28 18:33:09下载
- 积分:1
-
UART_TXaRX
单片机接收从电脑串口发送出来的一串字符串,却只能接收到第一个字符,其他的都丢失了或者是接收到的是乱码,却不知道是什么原因。其实,那是因为,虽然单片机的是全双工串口,但是串口的缓冲区(SBUF)却一般只有一个字节,即1Byte,远没有像电脑串口的缓冲区以KB计算那么大,并且,单片机的处理速度是很有限的,试想一下,假如要求一串字符串以9600bps的速率,一个起始位,一个结束位,无校正位,相当于960Byte/s传输到单片机,单片机要是能够全部接收的话,那么单片机接收和处理一个字节的时间仅为约1ms的时间。这说明了,如果单片机的处理速度不够快,还没有将接收到的上一帧数据及时转送到单片机的RAM中,而电脑串口又传输过来一帧新的数据,这帧新的数据就会把单片机的串口输入缓冲区的SBUF给刷新掉,或者说单片机压根就没有接收到新的一帧数据,造成了数据的丢失或接收到乱码。
如果需要单片机接收到从串口发送过来的一段很长的字符串,并且能够都正常接收和显示(TX&RX FUNCATION between PC and MCU)
- 2013-10-20 08:35:17下载
- 积分:1