搜索资源列表
serialfor44b0
- 自己写的单片机串并口通讯程序,基于三星44b0的。包括中断模式,dma模式
DMARx
- 基于keil环境,内容为ARM7串口接收程序,用DMA方式实现
CC2430_Sample
- Zigbee技术实践教程-第四章例子 包含:LCD ADC、串口、定时器等等例子,刚接触cc2430不错的例子程序。-Zigbee technology practice Tutorial- Chapter IV Examples include: LCD ADC, serial port, timers, and so examples, good examples of new to cc2430 program.
stm32_setpmotor
- 使用STM32F103VBT6开发的步进电机驱动程序,产生脉冲与方向信号,支持限位开关。支持串口命令行式控制。同时完成了DMA,ADC转换功能。-Stepper motor driver use STM32F103VBT6 developed, resulting in a pulse and direction signals in support of the limit switch. Support for serial command line control. Completion
CC1110
- CC1110的基本发送/接收程序。包含串口,DMA,FLASH等模块的调用-The CC1110' s basic send/receive program. Including serial ports, DMA, FLASH module called
ADC_DMA-_USART
- keil下编程,开发板采用STM32F103系列开发板,程序采用DMA通道进行ADC采样,并将采样数据进行转换,用串口输入到电脑超级终端-under keil programming, development board with STM32F103 Series development board, the program uses DMA channel ADC sampling, and sampling data conversion, input to the computer wit
20110321-SUCCESS
- STM32的网口转串口 包括LWIP协议,DMA传输,TCP客户端监听应用程序。-STM32 serial port network including LWIP agreement, DMA transfer, TCP client monitoring application.
usart_dma
- STM32F103串口DMA方式 传输数据代码(使用库函数),包含初始化程序和使用- STM32F103 serial DMA transfer the data code (using library functions), including initialization procedures and the use of
UARTX_DMA_Recv
- LPC1788单片机的DMA调试程序,实现串口DMA功能例程-DMA debug program for PC1788, DMA to serial port function routines
STM23F4_USART_DMA
- STM32F4系列单片机串口-dma硬件配置、测试程序,有利于初学者学习的宝贵资料-STM32F4 MCU serial-dma hardware configuration, testing procedures, help beginners learn valuable information
SMT32_ADPDMAPUSARTPADPRTC
- STM32中的AD,DMA,串口,电压AD采样,时钟等例子程序,值得学习-STM32 in AD, DMA, serial, voltage AD sampling, clock, etc. Examples of program, it is worth learning
ML_PROJECT
- stm32f103vct6,库函数开发,热水器控制代码,用的是李想开发板,程序涉及定时,外部中断,AD,DMA,串口,液晶屏等,刚做的毕业设计,编译环境keil-stm32f103vct6, library function development, water heater control codes, using a Li Xiang development board, the program involves regular, external interrupts, AD, DMA,
usart_DMA
- stm32串口程序。通过DMA方式自动发送数据到串口。-stm32 serial procedures. Automatically send data to the serial port via DMA mode.
STM32 ADC+DMA+串口程序
- STM32AD+DMA+串口程序源码,希望能够有所帮助
USBtoCAN
- DZ60 USB 转 CAN 转化程序,内含DZ60的串口模块程序和CAN模块程序,可实现类似DMA的高速数据传输效果-DZ60 USB to CAN conversion program, including DZ60 serial programming modules and CAN module procedures, can realize high speed data transmission effect is similar to the DMA
UARTDMADemo
- CubeMx STM32 串口DMA通信程序-CubeMx STM32 Uart DMA Program
STM32-Serial-Port-and-DMA
- stm32单片机串口与DMA调试程序(通过串口调试助手发送数据给DMA,再通过DMA返回给串口)-stm32 microcontroller serial debugger and DMA (transmit data through the serial debugging assistant to the DMA, and then returned to the port by DMA)
usart
- STM32 串口通信程序 DMA 队列排序-STM32 serial communication program DMA
测试程序
- ADUCM360 UART串口学习: UART串口通讯的使用非常广泛,是一个全双工通用异步收发器,兼容工业标准16450,支持DMA。能在串行和并行数据之间可靠的转换。程序的调试常常通过串口发送和接收数据,来修改程序。 异步串行通讯协议包括:a: 5到8比特数据 b:1、2或1.5个停止位,c:无、奇、或偶校验。d:波特率。所有的数据字要求一位起始位和至少一位停止位,产生了支持7至12位范围的字长。(ADUCM360 UART serial learning: UART serial
stm32程序
- 通过stm32f103实现双通道AD采集数据并以DMA的方式串口发送至上位机(A / D conversion and send the result through serial port by DMA.)