搜索资源列表
STM32chuankoulicheng(DMA)
- 利用纯软件仿真的功能调试STM32的DMA串口收发的步骤【文件】STM32串口例程(DMA接收发送)-Function using pure software simulation of the DMA serial transceiver STM32 debug steps】 【file STM32 serial routines (DMA receive messages)
Mytest
- STM32串口通讯使用DMA接收变长字节数据-STM32 USART use DMA to receive and send none const length byte array
STM32-DMA-Serial
- STM32 DMA方式实现串口接收和发送- STM32 DMA mode Serial can receive and send
stm32_uart
- stm32 uart串口DMA接收发送,使用总线idle中断模式-stm32 uart_DMA send and receive by the bus_idle interrupt
ScomTest
- 串口接收GUI(可实时观察数据图像):使用方法 我把STM32 工程里的USER文件放进来了 整个工程太大放不下 连接STM32 ADC1 通道15到外设 把USART1接到电脑上 (程序中在DMA中断发送数据帧头) Matlab 打开GUI serial_communication2 ‘打开串口’ OK 看看数据吧 (有时可能会Matlab报错 关闭再重新执行一次GUI 这BUG一直不知道错在哪)-A serial port receives the GUI can be real-
stm32-chuankou-dma
- stm32 的串口dma数据接收,减轻cpu负担,不需要限制数据长度-stm32 dma serial data receiver, to reduce the burden cpu, no need to limit the length of the data
STM32F103_12M晶振_串口DMA查询接收
- 利用STM32, 查询DMA是否收到数据,与目前互联网上差别最大的地方,是利用定时器,不停开关DMA,去查询是否接收到数据,而且是不定长数据的接收。
DMA_for_USART3
- STM32的USART3,通过DMA实现串口数据的接收和发送,接收长度可变,发送长度可变-STM32 USART3, realize serial port through the DMA data receiving and sending, receiving variable length and send the length variable
stm32-Buffer
- stm32f103 通过串口接收数据存在 环形buffer 中, 串口采用DMA方式-Ring buffer, the serial port using DMA mode stm32f103 exist receive data through the serial port
串口通信+DMA接收不定长数据
- 使用单片机STM32调试成功接收不定长数据成功,下载单片机成功运行
DMA
- 使用STM32的DMA功能进行串口接收数据,进行了相关的配置,可以很好的理解使用情况-The use of STM32 DMA function to receive serial data, the relevant configuration, you can understand the use of a good
用串口DMA方式接收发送数据
- 在STM32板子与电脑串口助手进行通信,用串口的DMA方式,先接收,再发送到PC端,可以连续接收,通过按键一次发送.(In the STM32 board and computer serial assistant for communication, using the serial port DMA way, first receive, and then sent to the PC terminal, you can receive continuously, sent through
stm32_dma
- stm32 dma 和串口接收大数据的处理(STM32, DMA and serial receive large data processing)
机器人比赛资料整理
- 整体架构是STM32 + CPLD控制2个减速电机带正交编码,3个舵机,8个超声波。一个串口和cubieboard通信,接收下行指令并上传实时监测数据。另一个串口接收遥控器指令。两个都用的DMA方式。(The overall architecture is STM32 + CPLD control 2 deceleration motor with orthogonal coding, 3 steering gear, 8 ultrasonic. A serial port and cubieb
dma+串口接收
- 无需中断产生,直接使用DMA接收串口的数据,直接下载下来,编译即可,(No need to interrupt, directly use the DMA to receive data from the serial port, download directly, compile it)
UsartHandle
- 该模块实现串口DMA发送中断接收,与系统或者外设通信,一发一答的方式,发送一帧数据,需等待对方应答,如果在规定时间内未等到ACK数据,发送端 会重发该数据,采用状态机制原理,对串口使用以及协议搭建很参考价值(The module DMA send serial interrupt receiving, and system or peripheral communication, one answer, send a frame of data, need to wait for the ans
UART
- 对STM32系列的多个串口进行编程,均采用DMA传输替代查询方式发送,克服被高优先级中断而产生丢帧现象。程序使用非常方便,只需在文件头部更改下define就可以灵活切换各串口,具体串口功能的实现也只要在接收函数中处理就可以了,不需要更多的关注具体中断和硬件。案列中设定了调试输出串口,以及实现串口透传。(Programming for multiple serial ports of STM32 series, all of them are transmitted by DMA transmis
Si4432无线数传STM32程序
- Si4432无线数传STM32程序 1. 采用串口1与外部进行通信,可传输接收任意长度数据; 2. 将接收后的数据无条件发送给指定地址的si4422模块; 3. 接收模块收到数据后无条件的将有效数据通过串口1的DMA传出;即:基于SI4432的点对点串口透传模块
stm32 串口DMA中断
- 实现stm32 USART串口DMA发送和接收中断;产品可用