欢迎访问ic37.com |
会员登录 免费注册
发布采购

S1D13506 参数 Datasheet PDF下载

S1D13506图片预览
型号: S1D13506
PDF下载: 下载PDF文件 查看货源
内容描述: S1D13506彩色LCD / CRT / TV控制器 [S1D13506 Color LCD/CRT/TV Controller]
分类和应用: 电视控制器
文件页数/大小: 696 页 / 5934 K
品牌: EPSON [ EPSON COMPANY ]
 浏览型号S1D13506的Datasheet PDF文件第381页浏览型号S1D13506的Datasheet PDF文件第382页浏览型号S1D13506的Datasheet PDF文件第383页浏览型号S1D13506的Datasheet PDF文件第384页浏览型号S1D13506的Datasheet PDF文件第386页浏览型号S1D13506的Datasheet PDF文件第387页浏览型号S1D13506的Datasheet PDF文件第388页浏览型号S1D13506的Datasheet PDF文件第389页  
Epson Research and Development  
Page 151  
Vancouver Design Center  
14.3.1 Building the LIBSE library for SH3 target example  
In the LIBSE files, there are three main types of files:  
• C files that contain the library functions.  
• assembler files that contain the target specific code.  
• makefiles that describe the build process to construct the library.  
The C files are generic to all platforms, although there are some customizations for targets  
in the form of #ifdef LCEVBSH3 code (the ifdef used for the example SH3 target Low Cost  
Eval Board SH3). The majority of this code remains constant whichever target you build  
for.  
The assembler files contain some platform setup code (stacks, chip selects) and jumps into  
the main entry point of the C code that is contained in the C file entry.c. For our example,  
the assembler file is STARTSH3.S and it performs only some stack setup and a jump into  
the code at _mainEntry (entry.c).  
In the embedded targets, printf (in file rprintf.c), putchar (putchar.c) and getch (kb.c)  
resolve to serial character input/output. For SH3, much of the detail of handling serial IO  
is hidden in the monitor of the evaluation board, but in general the primitives are fairly  
straight forward, providing the ability to get characters to/from the serial port.  
For our target example, the nmake makefile is makesh3.mk. This makefile calls the Gnu  
compiler at a specific location (TOOLDIR), enumerates the list of files that go into the  
target and builds a .a library file as the output of the build process.  
With nmake.exe in your path run:  
nmake -fmakesh3.mk  
14.3.2 Building a complete application for the target example  
Source code for this example is available in the file 56_sh3_target.c. This file is available  
on the internet at www.eea.epson.com.  
Programming Notes and Examples  
Issue Date: 01/02/06  
S1D13506  
X25B-G-003-03  
 复制成功!