搜索资源列表
Implementing a Software UART on the TMS320C54x wit
- Implementing a Software UART on the TMS320C54x with the McBSP and DMA
MSP430-examples
- 本代码包含了msp430的示例程序,adc,dma,ta,tb,uart,I2C等模块的示例程序。很全面,很具有参考价值哦。-This code contains the msp430 sample program, adc, dma, ta, tb, uart, I2C, etc. Examples of program modules. Very comprehensive, very valuable reference Oh.
LSD-TEST430F5438-01_V1.1StudyBoardInstructor
- 利尔达MSP430F5438学习板的中文资料,包含硬件链接,以及IO、UCS、FLASH、WDT、TimeA、TimeB、DMA、硬件乘法器、RTC、RAM、ADC12、UART、SPI、I2C、CRC等各种操作的试验代码。-利尔达board MSP430F5438 learning Chinese data, including hardware, links, and IO, UCS, FLASH, WDT, TimeA, TimeB, DMA, hardware multiplier, R
keil_lpc1768
- LPC1768範例CODE,包含特殊介面功能ADC、PWM、CAN、RTC、UART和USB-LPC1768 SAMPLE CODE,includes ADC,pwm,can,usb,uart...
UART(DMA)
- UART接口采用DMA方式的代码,具有很*价值-UART interface with DMA mode code, has great reference value
NiosII_example
- FPGA中niosII的应用实例--包括PIO,UART,DMA,ISR等的应用,比较基础,适合初学者比较透彻理解NiosII的应用-FPGA application in niosII- including PIO, UART, DMA, ISR and other applications, basis of comparison, suitable for beginners relatively thorough understanding of the application of N
UART_DMA
- 基于ALTERA公司的NIOSII的串口通信DMA传输设计-NIOSII based on ALTERA s DMA transfer of the serial communication design
FIFOSRC
- DSP uart窗口通信中的一种通信格式,FIFO模式的一个小程序-dsp serial communication uart communication first in first out-FIFO mode
exp
- 优龙公司FS44BOXI开发板实例程序,一共31个,包括ADC ASM ASM_C bootlodaer cache can cf dma gprs gps ide iis keyscan lcd led8X8 motor nandflash norflash pwm rtc SmartMedia_Card tftp Timer2_interrupt TouchPanel uart uClinux_driver uCOSII uCOSII_common USB_Device USB_HOST W
LM3SAPP_DMA_UART_Note
- TI的LM3s系列采用DMA方式进行UART通信例程,对理解UART通信和DMA有帮助。-TI LM3s series conducted by DMA UART communication routines, communication and understanding UART DMA help.
LPC17xx_Uart0
- LPC17XX系列Uart模块代码吗,可以直接在芯片RAM中仿真而不需要下载到芯片Flash中。代码主要实现单片机与上位机通过串口(RS232)进行通讯和数据交换。-LPC17XX Series Uart module code you can directly simulate the RAM chip to the chip without the need to download Flash. Code main MCU and host computer via serial port
uart0
- 次源码包含了LPC1700芯片串口通信的三种方式:DMA方式、查询方式、中断方式。只要修改读写信号就可以里脊运行。-This programme contains three ways of serial port communication of LPC1700:DMA, request and interrupt.
DMA
- s3c2440 DMA操作实例程序,通过DMA方式读取内存中的数据并显示操作时间。-s3c2440 DMA operation sample program, read the memory through the DMA mode and display the data in the operation time.
Printf-UART-DMA-STM32
- printf dma uart STM32
STM32-DMA-UART-ADC
- 基于STM32的ADC采样串口发送程序,能够准确采集AD-STM32 DMA UART ADC
CC430F6137-DMA-UART
- CC430基于内部DMA模块,实现串口发送-CC430 UART DMA
STM32F103_12M晶振_串口DMA查询接收
- 利用STM32, 查询DMA是否收到数据,与目前互联网上差别最大的地方,是利用定时器,不停开关DMA,去查询是否接收到数据,而且是不定长数据的接收。
YSF1_HAL-011. DMA-USART1接发
- STM32CubeMX DMA 串口收发程序(STM32CubeMX DMA Uart)
STM32F030F4_LED_USART_EXIT_WFI()
- STM8S0F030 uart + DMA
UART
- 对STM32系列的多个串口进行编程,均采用DMA传输替代查询方式发送,克服被高优先级中断而产生丢帧现象。程序使用非常方便,只需在文件头部更改下define就可以灵活切换各串口,具体串口功能的实现也只要在接收函数中处理就可以了,不需要更多的关注具体中断和硬件。案列中设定了调试输出串口,以及实现串口透传。(Programming for multiple serial ports of STM32 series, all of them are transmitted by DMA transmis