搜索资源列表

  1. STM32chuankoulicheng(DMA)

    0下载:
  2. 利用纯软件仿真的功能调试STM32的DMA串口收发的步骤【文件】STM32串口例程(DMA接收发送)-Function using pure software simulation of the DMA serial transceiver STM32 debug steps】 【file STM32 serial routines (DMA receive messages)
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-06-10
    • 文件大小:698368
    • 提供者:xuwenqiang
  1. Mytest

    0下载:
  2. STM32串口通讯使用DMA接收变长字节数据-STM32 USART use DMA to receive and send none const length byte array
  3. 所属分类:串口编程

    • 发布日期:2024-06-10
    • 文件大小:5050368
    • 提供者:genius
  1. STM32-DMA-Serial

    0下载:
  2. STM32 DMA方式实现串口接收和发送- STM32 DMA mode Serial can receive and send
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-10
    • 文件大小:3195904
    • 提供者:kmww
  1. stm32_uart

    0下载:
  2. stm32 uart串口DMA接收发送,使用总线idle中断模式-stm32 uart_DMA send and receive by the bus_idle interrupt
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-10
    • 文件大小:3072
    • 提供者:zhongweijiao
  1. ScomTest

    0下载:
  2. 串口接收GUI(可实时观察数据图像):使用方法 我把STM32 工程里的USER文件放进来了 整个工程太大放不下 连接STM32 ADC1 通道15到外设 把USART1接到电脑上 (程序中在DMA中断发送数据帧头) Matlab 打开GUI serial_communication2 ‘打开串口’ OK 看看数据吧 (有时可能会Matlab报错 关闭再重新执行一次GUI 这BUG一直不知道错在哪)-A serial port
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-10
    • 文件大小:69632
    • 提供者:周渤
  1. stm32-chuankou-dma

    0下载:
  2. stm32 的串口dma数据接收,减轻cpu负担,不需要限制数据长度-stm32 dma serial data receiver, to reduce the burden cpu, no need to limit the length of the data
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-10
    • 文件大小:313344
    • 提供者:李和
  1. DMA_for_USART3

    0下载:
  2. STM32的USART3,通过DMA实现串口数据的接收和发送,接收长度可变,发送长度可变-STM32 USART3, realize serial port through the DMA data receiving and sending, receiving variable length and send the length variable
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-10
    • 文件大小:2054144
    • 提供者:任朝阳
  1. stm32-Buffer

    0下载:
  2. stm32f103 通过串口接收数据存在 环形buffer 中, 串口采用DMA方式-Ring buffer, the serial port using DMA mode stm32f103 exist receive data through the serial port
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-10
    • 文件大小:835584
    • 提供者:张涛
  1. DMA

    0下载:
  2. 使用STM32的DMA功能进行串口接收数据,进行了相关的配置,可以很好的理解使用情况-The use of STM32 DMA function to receive serial data, the relevant configuration, you can understand the use of a good
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-10
    • 文件大小:2695168
    • 提供者:
  1. 用串口DMA方式接收发送数据

    0下载:
  2. 在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 recei
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-10
    • 文件大小:2217984
    • 提供者:wisdomM
  1. stm32_dma

    0下载:
  2. stm32 dma 和串口接收大数据的处理(STM32, DMA and serial receive large data processing)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-10
    • 文件大小:6910976
    • 提供者:dfdfdfsdfsdf
  1. 机器人比赛资料整理

    0下载:
  2. 整体架构是STM32 + CPLD控制2个减速电机带正交编码,3个舵机,8个超声波。一个串口和cubieboard通信,接收下行指令并上传实时监测数据。另一个串口接收遥控器指令。两个都用的DMA方式。(The overall architecture is STM32 + CPLD control 2 deceleration motor with orthogonal coding, 3 steering gear, 8 ultras
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:12289024
    • 提供者:destyni
  1. dma+串口接收

    0下载:
  2. 无需中断产生,直接使用DMA接收串口的数据,直接下载下来,编译即可,(No need to interrupt, directly use the DMA to receive data from the serial port, download directly, compile it)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-10
    • 文件大小:2747392
    • 提供者:lifeyx
  1. UsartHandle

    0下载:
  2. 该模块实现串口DMA发送中断接收,与系统或者外设通信,一发一答的方式,发送一帧数据,需等待对方应答,如果在规定时间内未等到ACK数据,发送端 会重发该数据,采用状态机制原理,对串口使用以及协议搭建很参考价值(The module DMA send serial interrupt receiving, and system or peripheral communication, one answer, send a fr a me o
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-10
    • 文件大小:6144
    • 提供者:dengxinghying
  1. UART

    0下载:
  2. 对STM32系列的多个串口进行编程,均采用DMA传输替代查询方式发送,克服被高优先级中断而产生丢帧现象。程序使用非常方便,只需在文件头部更改下define就可以灵活切换各串口,具体串口功能的实现也只要在接收函数中处理就可以了,不需要更多的关注具体中断和硬件。案列中设定了调试输出串口,以及实现串口透传。(Programming for multiple serial ports of STM32 series, all of them a
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-10
    • 文件大小:5120
    • 提供者:kit7828

源码中国 www.ymcn.org