代码搜索结果
找到约 31,537 项符合
UART 的代码
uart.plg
礦ision2 Build Log
Project:
D:\penteview2112\uart\uart.uv2
Project File Date: 12/02/2005
Output:
uart.lnp
"main.o" "startup.o" --strict --scatter "uart.sct"
--map --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list ".\uart.map" -o "uart.axf"
uart.tra
*** Creating Trace Output File 'uart.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"main.o"'
### List of Objects: adding '"startup.o"'
### ADS-L
uart.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="$(Install_dir)\boards\davincievm\examples\uart\"
ProjectType=Executable
CPUFamily=TMS
uart.h
/*************************************************
*
* UART.H
*
* Copyright 2000 Alchemy Semiconductor, Inc.
* All rights reserved.
*
*************************************************/
uart.lis
.module uart.c
.area text(rom, con, rel)
0000 .dbfile E:\MYDOCU~1\ICCAVR_Directory\uart\uart.c
0000 .dbfunc e m
uart.c
#include
#include
#include
//函数声明
void uart0_init(void);
void main(void)
{
unsigned char temp;
uart0_init();
puts("UART TEST");//发送字符串
puts("www.ourav
uart.lk
uart.o
uart.o
XL
H 3 areas 5 global symbols
M uart.c
S _puts Ref0000
S _getchar Ref0000
S _putchar Ref0000
A text size 58 flags 0
dbfile E:\MYDOCU~1\ICCAVR_Directory\uart\uart.c
dbfunc e main 0 fV
dbsym r
uart.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR E:\MYDOCU~1\ICCAVR_Directory\uart\
FILE uart.c
FUNC main CA fV
BLOCK 9 CA
DEFREG temp 20 c
LINE 9 CA
LINE 11 CA
LINE 12 CC
LINE 13 D4
LINE 1