文件名称:5.4_UART_Test
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-05-31
- 文件大小:
- 206kb
- 下载次数:
- 0次
- 提 供 者:
- 和
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
UART_Test实验
=== === === === === === === === === === === === === === === =
本实验实现监视串行口UART0动作,并从UART0接收到的字符串回送显示。本例程有两种运行方式。
UART_Test IN RAM 将程序下载到SDRAM中调试。
UART_Test IN Flash 将程序烧写到Nor Flash中。上电自动运行。
===========================================================================================
程序运行成功之后,
超级终端上将显示:
*******************************************************************
** 英蓓特EduKit系列嵌入式教学系统平台 **
** Embest EduKit Series Embedded Teaching Platform **
*******************************************************************
UART1 Communication Test Example
Please input words, then press Enter:
如果输入字符就会马上显示在超级终端上(假设输入为 abcdefg),输入回车符后打印一整串字符:
The words that you input are: abcdefg
-UART_Test experiment
================================================== =========================================
The experimental realization monitoring serial port UART0 action, and the character string received from UART0 loopback display. There are two ways to run this routine.
UART_Test IN RAM will be downloaded to the SDRAM debugging.
UART_Test IN Flash program to be in Nor Flash. Power on automatically.
================================================== =========================================
After a successful run,
HyperTerminal displays:
*******************************************************************
Embest EduKit Series** embedded teaching system platform**
** Embest EduKit Series Embedded Teaching Platform**
*******************************************************************
UART1 Communication Test Example
Please input words, then press Enter:
If the input character will be immediately displayed on the HyperTerminal (assuming that the in
=== === === === === === === === === === === === === === === =
本实验实现监视串行口UART0动作,并从UART0接收到的字符串回送显示。本例程有两种运行方式。
UART_Test IN RAM 将程序下载到SDRAM中调试。
UART_Test IN Flash 将程序烧写到Nor Flash中。上电自动运行。
===========================================================================================
程序运行成功之后,
超级终端上将显示:
*******************************************************************
** 英蓓特EduKit系列嵌入式教学系统平台 **
** Embest EduKit Series Embedded Teaching Platform **
*******************************************************************
UART1 Communication Test Example
Please input words, then press Enter:
如果输入字符就会马上显示在超级终端上(假设输入为 abcdefg),输入回车符后打印一整串字符:
The words that you input are: abcdefg
-UART_Test experiment
================================================== =========================================
The experimental realization monitoring serial port UART0 action, and the character string received from UART0 loopback display. There are two ways to run this routine.
UART_Test IN RAM will be downloaded to the SDRAM debugging.
UART_Test IN Flash program to be in Nor Flash. Power on automatically.
================================================== =========================================
After a successful run,
HyperTerminal displays:
*******************************************************************
Embest EduKit Series** embedded teaching system platform**
** Embest EduKit Series Embedded Teaching Platform**
*******************************************************************
UART1 Communication Test Example
Please input words, then press Enter:
If the input character will be immediately displayed on the HyperTerminal (assuming that the in
(系统自动生成,下载前可以参看下载内容)
下载文件列表
5.4_UART_Test
.............\Include
.............\.......\uart_test.h
.............\S3C2410A.s
.............\SDRAM
.............\.....\2410lib.crf
.............\.....\2410lib.d
.............\.....\2410lib.o
.............\.....\2410lib.txt
.............\.....\ExtDll.iex
.............\.....\S3C2410A.lst
.............\.....\S3C2410A.o
.............\.....\UART_Test.axf
.............\.....\UART_Test.htm
.............\.....\UART_Test.lnp
.............\.....\UART_Test.map
.............\.....\UART_Test.plg
.............\.....\UART_Test.sct
.............\.....\UART_Test.tra
.............\.....\main.crf
.............\.....\main.d
.............\.....\main.o
.............\.....\main.txt
.............\.....\sys_init.crf
.............\.....\sys_init.d
.............\.....\sys_init.o
.............\.....\sys_init.txt
.............\.....\uart_test.crf
.............\.....\uart_test.d
.............\.....\uart_test.o
.............\.....\uart_test.txt
.............\SDRAM.ini
.............\Source
.............\......\main.c
.............\......\uart_test.c
.............\UART_Test.Uv2.bak
.............\UART_Test.opt.bak
.............\UART_Test.uvopt
.............\UART_Test.uvproj
.............\UART_Test_UART_Test IN RAM.dep
.............\UART_Test_uvopt.bak
.............\readme.txt