搜索资源列表
SAM7X256-USART-PDC-ADS1.2.rar
- 将AT91SAM7X256的三个USART口(两个USART口,和一个DBGU口)配置成三个USART口,Will USART I AT91SAM7X256 three (two USART mouth, and a mouth DBGU) configuration into three USART I
STM32f103-ADC-USART.rar
- STM32f103两路ADC数据采集用USART送出,STM32f103 two ADC data acquisition sent by USART
stm32-usart
- stm32的usart串口测试程序,test-the stm32 The usart test
STM32f103-ADC-USART
- STMicroelectronics 32 用ADC模块采集两路信号并通过USART模块送出 * 设置ADC1的常规转换序列包含CH10和CH16(片内温度传感器) * 设置了连续转换模式,并使用DMA传输-STMicroelectronics 32 ADC module with the acquisition of two signals sent through the USART module* set ADC1 conventional conversion sequence
USART.ZIP
- STM32F10x USART Examples-STM32F10x USART Examples
basic-usart-at91sam7x-ek
- 在AT91Sam7x256开发板下,通过修改usart的配置,来实现串口的收发程序-AT91Sam7x256 development board in the next, by modifying the USART configuration, to achieve the serial transceiver procedures
usart
- 基于STM32 处理器的串口操作源代码,UV3开发环境-Serial STM32 processors based on the source code to operate, UV3 Development Environment
UART
- ARM7 USART SAMPLE CODE -ARM7 USART SAMPLE CODE !!!!!!!
UART
- ARM 微处理器程序 开发环境 ads1.2 usart。c-usart
USART
- 《Atmega128单片机入门与提高》 随书代码-" Atmega128 induction and enhancement of single-chip" with the code book
USART
- stm32非固件库程序,通过串口4发送数据,传统ARM写法-smt32 usart
usart
- atmaga128 based using usart
AD7705(AVR)
- 介绍AD7705的开发注意事项,以及开发流程,附AVR单片机开发代码-#include <util/delay.h> #include <avr/eeprom.h> #include "ad7705.h" #include "main.h" #include "crc16.h" #include "Usart.h"
usart
- ATmega16单片机的串行通信功能,能从串口调试助手中接收数据,也能向串口发数据-ATmega16 microcontroller serial communication function, can receive data in serial debugging assistant can also send data to the serial port
STM32F-DMA
- * 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData() * 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输 每当USART的发送缓冲区空时,USART模块产生一个DMA事件, 此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART 整个过程无需用户程序干预,用户只需启动DMA传输传输即可 在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停
USART
- 实现芯片STM32与电脑之间的串口数据通信-STM32 chip and computer realization of serial data communication between
USART_test
- stm32 usart源码,掌握usart的使用。-stm32 usart source, master usart use.
USART
- 一个简单的USART实例,学习的好代码,源码附带注释信息-examples
STM32-USART
- 运用中断处理程序来处理STM32 USART 接收发字符串-STM32 USART
usart
- 基于stm32f407实现stm32 usart通信(Implementation of STM32 USART communication)