文件名称:printf
介绍说明--下载内容均来自于网络,请自行研究使用
硬件:TQ210(S5PV210)
功能:可通过串口格式化打印信息至PC上。
连接好串口后,打开电源,可在PC上看到如下信息:
Uart Test for printf
然后继续打印如下信息:
t = 1 (0x1)
t = 2 (0x2)
t = 3 (0x3)
...
-Hardware: TQ210 (S5PV210) function: You can print formatted information via the serial port to the PC. After connecting the serial port, turn on the power, you can see the following message on the PC: Uart Test for printf and continue printing the following information: t = 1 (0x1) t = 2 (0x2) t = 3 (0x3) ... .. .
功能:可通过串口格式化打印信息至PC上。
连接好串口后,打开电源,可在PC上看到如下信息:
Uart Test for printf
然后继续打印如下信息:
t = 1 (0x1)
t = 2 (0x2)
t = 3 (0x3)
...
-Hardware: TQ210 (S5PV210) function: You can print formatted information via the serial port to the PC. After connecting the serial port, turn on the power, you can see the following message on the PC: Uart Test for printf and continue printing the following information: t = 1 (0x1) t = 2 (0x2) t = 3 (0x3) ... .. .
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Makefile
start.S
types.h
uart.c
uart.h
main.c