搜索资源列表
LPC2200EasyARM
- LPC2200 PC端EasyARM软件,用于 UART ,Time等实验 -LPC2200 - EasyARM PC software for UART, Time experiment
ATmega128UART
- 用于ATmega128的软件UART范例程序-for ATmega128 UART software process model
uart_verilog
- this is a sample about UART transmission,it s default installation is D:\\RedLogic\\RCII_samples, and the software environment is quatrusII 5.0,it is usefull for studying UART.
Software_UART_Stellaris_Microcontrollers_SW01270-
- Software UART Stellaris Microcontrollers SW01270-4049
LM3S_UART
- 《LM3S系列CPU高性能串口驱动程序》 现在很多ARM7芯片已经使用了Cotex-M3内核,我开始接触这东西是从周立功的LM3S1138开始的。周立功提供的1138串口例程基本不具有实用性…… 该驱动程序在利用LM3S系列CPU自身FIFO的同时,利用环形缓冲区构建了软件层的Buffer,采用中断方式进行Buffer读写,效率高,运行稳定,可用于透传、网关等各种大数据流量的场合。程序包含头文件,注释详尽;基于Stellaris外设驱动库编写,方便移植。并支持485通信,串口初始化数据自
SPI
- NXP 处理器lpc1700下spi测试程序 这是UART测试程序,本程序,将串口连接到 串口0 打开串口终端软件 将会显示串口0输出的信息串口2输出开发板信息。-lpc1700spi UART test program which is testing the program, download the program, will open the serial port connected to the serial 0 serial 0 terminal software will dis
useful_tool
- 该软件包中,含有嵌入式系统开发常用的工具如DNW ,H-JTAG,Xlight FTP server用于嵌入式系统调试。能为您的嵌入式开发提供很大的方便。-The software bag contain DWM(UART BEBUG TOOL in windows-os)、H-JTAG Xlight FTP server which are useful tool for Embedded system development.
UART_RVMDK
- 本源码为STM32的UART使用例程,主要测试UART1的功能。开发环境realviewMDK 程序运行前先打开串口调试软件,UART被配置为: 波特率:9600bps 字长 :8位 校验位:无 停止位:1位 程序正常运行,调试软件的数据接收区将显示ASCII码字符表中的‘0’到‘z’范围内的字符;同时开发板上的小灯LD3~LD6将会顺序点亮,然后顺序熄灭。-The source code for the STM32' s UART to use routines,
UART_TEST
- 利用arm7开发板设计的UART程序,其实用的软件为ADS1.2,处理器使用的是LPC2104-Development board designed by arm7 UART program, in fact, the software used for the ADS1.2, the processor using the LPC2104
SoC-verify-and-debug
- 摘要:介绍SoC(片上系统)软硬件协同验证中的软件仿真,给出验证uART(通用异步收发器)硬件接口的应用程序范例。利用GNU工具链开发SoC软硬件协同验证中的应用程序,并利用仿真器进行软件仿真,仿真结果正确。可以根据处理器的类型对GNU工具链进行配置,使开发流程适合所有GNu支持的处理器,方法具有一般性。根据开发者的具体需要,开发soc芯片的应用程序用于软硬件协同验证。-Abstract: SoC (system on chip) hardware and software co-verific
stm32demo
- STM32系列DEMO程序,测试各接口,UART,CAN ,LCD,MOTOR,-STM32 serals DEMO software such as UART,CAN ,LCD,MOTOR,
uart
- 这是一个基于S3C2440平台下的uart实验源码,其在ADS1.2软件下测试。-This is based on the S3C2440 platform uart source experiment, the test under in ADS1.2 Software.
MemsUart
- This a sample code for STM32F4 DISCOVERY board. It basically gets data from the accelerometer makes some calculations and sends it UART, I use an FTDI chip for uart to usb communication with my PC. With a simple PC program you could collect that data
I2S-Sample-Software
- NXP MPC2300 I2S 音频demo板演示程序-* This Demo program uses a Keil MPC2300 board with * an attached I2S Audio demo board. The daughter board * includes a UDA1341 Audio Chip from NXP Semiconductors. * The UDA1341 is an economy audio CODEC for portable
ADC
- 3.A/D程序设计与电路仿真 通过AD对外部电压进行AD采样,然后利用SPI接口对采样回来的数据进行显示,并将转换结果通过UART发给上位机进行显示。 首先设置需要显示的数组,使用PINSEL0、PINSEL1寄存器设置串口0的连接端口,使用IO0DIR设置74HC595的控制口,初始化串口0,使用U0LCR、U0DLM、U0DLL、U0LCR寄存器设置波特率,初始化SPI接口,设置SPI的时钟分频、接口模式。 其次对ADC模块进行设置,通过移位设置寄存器ADCR选择通道0,设置转换
ble_app_uart_140321
- nrf51822串口透传程序,可更改波特率-51822 uart software
uart-zhuanfa
- 可以使用的串口桥接软件,实现了串口数据的端口转发,用modbus验证过。-You can use the serial port bridge software, and the serial data port forwarding, using modbus verified.
software-uart-
- software UART for embedded system with C compiler , comment are in the file for analysis code
NXP
- NXP LP21xx SFP Optical Transciever-SFP+Software\armVIC.c cable.c debug.c eeprom.c iic.c lpc21xx.h main.c recieve.c tools.c
STM32F0XX教程+例程源码
- STM32F0XX教程+例程源码 教程目录: 工程篇:搭建KEIL-MDK开发平台及制作MDK工程文件模板.pdf 资料篇-NUCLEO-072RB开发板特性讲解及资料准备.pdf 初级教程篇:按键(中断方式)实现24C04存储器内容读写.pdf 初级教程篇:实现一个LED灯(软件延时 systick定时器).pdf 中级教程篇:利用SPI总线构建NUCLEO-072RB和NUCLEO-302RB双机处理系统.pdf 中级教程篇:利用定时器实现6路互补PWM波形输出.pdf 高级教程篇:基于L