搜索资源列表
ADC
- Timer,内部定时器,有Timer0、Timer1、Timer2等。 USART:Universal Synchronous Asynchronous Receiver Transmitter,同步/异步串行传输,如RS232、RS485等。 MSSP;Master Synchronous Serial Port,两线式(I2C)与三线式(SPI)标准同步串行传输协定,常用于EEPROM内存资料的烧录与读取,或是与其它集成电路沟通与联系,形成多芯片网络。 2. PIC16F8
testread
- subroutines for atmega128 usart
Adc-USART
- adc introduction material
STM32study-diary(7)
- 核心MCU为STM32的学习笔记之USART的使用-The core MCU STM32 USART study notes use
piccode
- 单片机驱动bs18b20温度传感器程序 驱动12864液晶显示程序 iic总线读写eeprom程序 usart串行传输数据程序 ad转换显示在液晶程序-Single-chip temperature sensor driver program bs18b20 12864 LCD driver program to read and write eeprom program usart iic bus serial data transfer program to convert the liqu
zjx-STM32-USART
- STM32 USART开发实例,MDK上通过-STM32 USART
vk32-serial-routines
- VK32、VK33系列的串口驱动程序例程,包括SPI转串口,IIC转串口和USART转串口三种方式。-VK32, VK33 series of serial driver routines, including SPI serial transfer, IIC-serial and USART serial transfer in three ways.
usart
- 串口通信协议使用超级终端Xmodem ymodem-A serial port communication protocol using super terminal
STM32 USART自动波特率检测
- STM32 USART自动波特率检测 正确的USART通信要求发送和接收波特率的匹配度足够高,否则可能发生通信错误。 当在两个设备之间建立通信链路时,自动波特率检测十分有用,因为从设备能够检测到主控 制器的波特率并进行相应的自我调整。这需要使用一种自动机制来确定波特率。 某些STM32器件中内置的USART外设提供许多功能,包括硬件自动波特率检测。 本应用笔记旨在介绍STM32微控制器的自动波特率检测功能,并为没有在硬件中实现此功能 的STM32器件提供替代软件方法。