搜索资源列表

  1. McBSP_EDMA

    0下载:
  2. 把Ti C6711 DSP上的McBSP配置成串口模式,通过EDMA通道以中断方式传给CPU作处理。-Ti put on the C6711 DSP McBSP Serial configured model, through EDMA access pass to interrupt the CPU for processing.
  3. 所属分类:DSP编程

    • 发布日期:2024-06-09
    • 文件大小:53248
    • 提供者:solo
  1. Software_UART_on_54xDSP

    0下载:
  2. 这是利用54xDSP的McBSP串口和DMA方式用软件方法配置UART的文档-This is the use of 54xDSP McBSP and DMA software used to configure the UART Documentation
  3. 所属分类:文档资料

    • 发布日期:2024-06-09
    • 文件大小:157696
    • 提供者:许清
  1. DMATx

    0下载:
  2. 基于keil环境,内容为ARM7串口发送实验,用DMA方式实现。-Keil-based environment for ARM7 serial port to send the contents of the experiment, using DMA to achieve.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:55296
    • 提供者:吴尧林
  1. DMARx

    0下载:
  2. 基于keil环境,内容为ARM7串口接收程序,用DMA方式实现-Keil-based environment, the content for the ARM7 serial receive process, achieved with DMA
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:56320
    • 提供者:吴尧林
  1. 4uart_DMA

    0下载:
  2. S3C2410串口0 DMA方式原代码.-S3C2410 serial port 0 DMA way the original code.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-06-09
    • 文件大小:198656
    • 提供者:123
  1. stm32adc2dmausart

    0下载:
  2. STM32的ADC采集模拟电压,转换结果以DMA方式传输给USART,USART通过串口发送到上位机-STM32 of the ADC analog voltage acquisition, the conversion results mode DMA transfer to the USART, USART to the PC via the serial port
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:3072
    • 提供者:杨善宁
  1. uart0

    0下载:
  2. 次源码包含了LPC1700芯片串口通信的三种方式:DMA方式、查询方式、中断方式。只要修改读写信号就可以里脊运行。-This programme contains three ways of serial port communication of LPC1700:DMA, request and interrupt.
  3. 所属分类:串口编程

    • 发布日期:2024-06-09
    • 文件大小:74752
    • 提供者:terminator
  1. UART_RTC_TIMPLY

    0下载:
  2. TI M4内核的 LM4f系列 UART串口DMA方式发送和FIFO中断模式接收(附加hibernate RTC中断方式显示实时时间)-TI s M4 kernel LM4f series UART serial port DMA sent and the FIFO interrupt mode receiver (attached the hibernate RTC interrupt display real time)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:3422208
    • 提供者:fangyi
  1. USART1-Tx(DMA)

    0下载:
  2. 串口发送采用DMA方式,多次发次(基于uc/os-iii)-Serial port using DMA mode, repeatedly made plays (based uc/os-iii)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:561152
    • 提供者:江峰
  1. usart_dma

    0下载:
  2. STM32F103串口DMA方式 传输数据代码(使用库函数),包含初始化程序和使用- STM32F103 serial DMA transfer the data code (using library functions), including initialization procedures and the use of
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:2048
    • 提供者:zhjia
  1. UARTPDMAPDS18B20

    0下载:
  2. 用串口DMA方式驱动DS18B20 用串口DMA方式驱动DS18B20-UART and dma driver ds18b20
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:1269760
    • 提供者:刘选华
  1. TCP_RS232_RS485(DMA)

    0下载:
  2. TCP_RS232_RS485双向数据透明传输例程(串口发送采用DMA方式)-TCP_RS232_RS485 transparent bi-directional data transfer routines (serial port using DMA mode)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:8307712
    • 提供者:wangpeng
  1. STM32-DMA-Serial

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

    • 发布日期:2024-06-09
    • 文件大小:3195904
    • 提供者:kmww
  1. STM32-bluetooth-transfer

    0下载:
  2. c语言程序,蓝牙传输,用串口DMA方式传输。代码实测可用-c code Bluetooth transfer
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-06-09
    • 文件大小:18432
    • 提供者:liuk
  1. stm32-adc-dma

    0下载:
  2. 在 STM32 中,使用 ADC 时往往采用 DMA 传输方式,由 DMA 把 ADC 外设转换的数据传输到 SRAM,再进行处理,甚至直接把 ADC 的数 据转移到串口发送给上位机.-In STM32, often employ the use of ADC DMA transfer mode, the DMA the ADC peripheral conversion of data to the SRAM, and then
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:4453376
    • 提供者:何春
  1. dma

    0下载:
  2. DMA 实现直接存储器存储,用串口方式或者adc方式,比较简单,可通过这个进行拓展-DMA direct memory storage, serial port adc way or manner, relatively simple and can be expanded through this
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-06-09
    • 文件大小:4832256
    • 提供者:yishuo
  1. dma usart

    0下载:
  2. MODBUS 实现用DMA方式传输串口数据(MODBUS DMA slave MODBUS DMA slave)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:5728256
    • 提供者:chaoqiang
  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-09
    • 文件大小:2217984
    • 提供者:wisdomM
  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-09
    • 文件大小:6144
    • 提供者:dengxinghying
  1. UART

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

    • 发布日期:2024-06-09
    • 文件大小:5120
    • 提供者:kit7828
« 12 3 »

源码中国 www.ymcn.org