UART_RVMDK

所属分类:单片机开发
开发工具:C/C++
文件大小:149KB
下载次数:31
上传日期:2009-12-18 12:37:38
上 传 者Criss
说明:  本源码为STM32的UART使用例程,主要测试UART1的功能。开发环境realviewMDK 程序运行前先打开串口调试软件,UART被配置为: 波特率:9600bps 字长 :8位 校验位:无 停止位:1位 程序正常运行,调试软件的数据接收区将显示ASCII码字符表中的‘0’到‘z’范围内的字符;同时开发板上的小灯LD3~LD6将会顺序点亮,然后顺序熄灭。
(The source code for the STM32' s UART to use routines, the main test UART1 function. Open the serial port before running debugging software, UART is configured as follows: Baud Rate: 9600bps Word Length: 8 bits Parity: None Stop bit: 1-bit programs running, debugging software, data reception area will display characters in ASCII code table The ' 0 ' to' z ' within the scope of the characters while developing on-board a small light LD3 ~ LD6 will be the order of light, and then the order off.)

文件列表:
UART\cortexm3_macro.s (9548, 2007-05-17)
UART\main.c (9743, 2008-03-14)
UART\obj\UART.plg (738, 2008-04-29)
UART\obj\UART.sct (479, 2008-04-29)
UART\obj\UART.tra (1692, 2008-04-29)
UART\stm32f10x_conf.h (5630, 2008-03-14)
UART\stm32f10x_it.c (23730, 2008-04-29)
UART\stm32f10x_it.h (3354, 2008-03-14)
UART\stm32f10x_vector.s (8676, 2007-06-11)
UART\UART.Opt (1974, 2008-04-29)
UART\UART.plg (174, 2008-04-29)
UART\UART.Uv2 (3269, 2008-04-29)
UART\UART_Opt.Bak (1995, 2008-04-29)
UART\UART_Uv2.Bak (3290, 2008-04-29)
library\inc\cortexm3_macro.h (2313, 2007-06-11)
library\inc\LCD.h (297, 2007-11-09)
library\inc\MAX1270.h (224, 2007-12-17)
library\inc\stm32f10x_adc.h (16421, 2007-06-11)
library\inc\stm32f10x_bkp.h (3526, 2007-06-11)
library\inc\stm32f10x_can.h (12319, 2007-06-11)
library\inc\stm32f10x_dma.h (12551, 2007-06-11)
library\inc\stm32f10x_exti.h (5868, 2007-06-11)
library\inc\stm32f10x_flash.h (10421, 2007-06-11)
library\inc\stm32f10x_gpio.h (12562, 2007-06-11)
library\inc\stm32f10x_i2c.h (15681, 2007-06-11)
library\inc\stm32f10x_iwdg.h (3534, 2007-06-11)
library\inc\stm32f10x_lib.h (3080, 2007-06-11)
library\inc\stm32f10x_map.h (20402, 2007-06-11)
library\inc\stm32f10x_nvic.h (16398, 2007-06-11)
library\inc\stm32f10x_pwr.h (3975, 2007-06-11)
library\inc\stm32f10x_rcc.h (13856, 2007-06-11)
library\inc\stm32f10x_rtc.h (3767, 2007-06-11)
library\inc\stm32f10x_spi.h (9436, 2007-06-11)
library\inc\stm32f10x_systick.h (3315, 2007-06-11)
library\inc\stm32f10x_tim.h (29150, 2007-06-11)
library\inc\stm32f10x_tim1.h (34803, 2007-06-11)
library\inc\stm32f10x_type.h (3189, 2007-06-11)
library\inc\stm32f10x_usart.h (11846, 2007-06-11)
library\inc\stm32f10x_wwdg.h (2750, 2007-06-11)
... ...

本示例程序主要测试UART1的功能。 程序运行前先打开串口调试软件,UART被配置为: 波特率:9600bps 字长 :8位 校验位:无 停止位:1位 程序正常运行,调试软件的数据接收区将显示ASCII码字符表中的‘0’到‘z’范围内的字符;同时开发板上的小灯LD3~LD6将会顺序点亮,然后顺序熄灭。

近期下载者

相关文件


收藏者