搜索资源列表
LM3SUARTSENDFIFO
- LM3S系列UART例程:发送FIFO触发中断原理-LM3S Series UART routines: Send principle of FIFO trigger interrupt
LM3SAPP_Bootloader_UART_Note.r
- Luminary单片机,LM3S系列单片机串行(UART)升级应用笔记。介绍 LM3S系列单片机如何通过串行(UART)接口 更新用户程序。 通过使用Luminary Flash Programmer软件可以有以下功能: 1. 通过 LM LINK 可以对 Flash 进行编程、擦除和对调试端口(PB7、PC0~PC3)解锁; 2. 可以通过 UART 对 Flash进行编程; 3. 可以通过以太网对 Flash进行编程。 ,Luminary monolithic integ
LM3S_Uart_Driver
- LM3S8962的UART低层驱动,主要针对UART0口,其他UART口类推-LM3S8962 the UART low-level driver, mainly for the UART0 port, other UART port and so on
LM3S_boot_loader
- LM3S 系列几种远程升级方案。端口可选用UART,SSI,I2C 或以太网端口。方便需要者对比选择。-LM3S series of several remote upgrade. Port can be used UART, SSI, I2C, or Ethernet port. Compare options to facilitate those who need it.
LM3S_UART
- 《LM3S系列CPU高性能串口驱动程序》 现在很多ARM7芯片已经使用了Cotex-M3内核,我开始接触这东西是从周立功的LM3S1138开始的。周立功提供的1138串口例程基本不具有实用性…… 该驱动程序在利用LM3S系列CPU自身FIFO的同时,利用环形缓冲区构建了软件层的Buffer,采用中断方式进行Buffer读写,效率高,运行稳定,可用于透传、网关等各种大数据流量的场合。程序包含头文件,注释详尽;基于Stellaris外设驱动库编写,方便移植。并支持485通信,串口初始化数据自
UART
- LM3S系列微处理器异步总线通信例程,有5个-LM3S series asynchronous microprocessor bus communication routines, there are five
LM3SLib_UART
- LM3S 系列UART模块介绍以及实际应用-LM3S series introduction and application of UART module
LM3SLib_BasicExam_UartConsole
- lm3s 系列的uart的基本操作 欢迎大家查看-lm3s uart series basic operations are welcome to view
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.
LM3S-UART
- LM3S 系列通用异步收发器 (UART)-LM3S series Universal Asynchronous Receiver Transmitter (UART)
LM3SAPP_UART_IrDA_Note
- LM3S系列单片机IrDA应用笔记,TI学习资料,非常实用-IrDA LM3S series MCU application notes, TI learning materials, very useful
6-UART
- lm3s UART 例程,用于串口通信。lm3s9b92-lm3s routine
uart
- 一个基于UART的数据队列程序, 硬件平台: TI LM3S-UART-based data of a cohort program
LM3S(UART)bootloader
- LM3S9B96的升级资料,详细的操作步骤及代码-The LM3S9B96 the upgrade information, detailed steps and code
LM3S-AD9850-UART
- LM3S ARM M3 TI AD9850使用-LM3S ARM M3 TI AD9850 use
uart
- 利用lm3s系列单片机实现串口编程,使用c语言编写-Using lm3s series single-chip microcomputer serial port programming
uart
- 利用lm3s系列单片机实现串口编程,使用c语言编写-Using lm3s series single-chip microcomputer serial port programming
Turn-Ethernet-TO-Uart
- LM3S UART 转以太网的,发送实例,应用了keil的RL-NET的库文件,能够收发的实例。-Turn Ethernet LM3S UART, sent as an example, application of the keil RL-.net library files, can send and receive.
uart
- 利用lm3s系列单片机实现串口编程,使用c语言编写-Using lm3s series single-chip microcomputer serial port programming
I2CTest_UseSoftI2CModule(PB0,PB1)
- 本程序实现了用TI LM3S系列单片机的IO端口接入I2C总线,可以实时监控总线上的变化与传输,并将I2C传输的内容,实时通过串口打印出来,可用于破解各种I2C通信协议,曾经用于解析PIC单片机之间的I2C通信,解决了串口实时打印的问题,采用FIFO,UART接受与发送均采用中断,并解决了FIFO中断深度等等问题。仅供参考。(This program is used to achieve the IO port access I2C bus by using TI LM3S Series MCU