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

PM4541 参数 Datasheet PDF下载

PM4541图片预览
型号: PM4541
PDF下载: 下载PDF文件 查看货源
内容描述: T1XC评估子板 [T1XC EVALUATION DAUGHTER BOARD]
分类和应用:
文件页数/大小: 46 页 / 516 K
品牌: PMC [ PMC-SIERRA, INC ]
 浏览型号PM4541的Datasheet PDF文件第23页浏览型号PM4541的Datasheet PDF文件第24页浏览型号PM4541的Datasheet PDF文件第25页浏览型号PM4541的Datasheet PDF文件第26页浏览型号PM4541的Datasheet PDF文件第28页浏览型号PM4541的Datasheet PDF文件第29页浏览型号PM4541的Datasheet PDF文件第30页浏览型号PM4541的Datasheet PDF文件第31页  
PMC-Sierra, Inc.  
PM4541T1XC-EVBD  
TELECOM STANDARD PRODUCT  
PMC-920314  
ISSUE 2  
T1XC EVALUATION DAUGHTERBOARD  
7 T1XC DAUGHTERBOARD FIRMWARE DESCRIPTION  
The EVMB evaluation board provides a serial interface for hooking up a standard  
"VT100" type terminal. The RF2 SERIAL 25-pin D-type connector on the EVMB is  
configured as a DCE, 9600 BAUD, 8 bit, NO PARITY, one STOP bit. Connecting a  
terminal to this port, setting switch 2 on the MODE switch bank to CLOSED and  
pressing the RESET switch on the EVMB will enable console control.  
When the system is started cold or after a hardware reset, the first output to the  
console will be the Forth kernel identification followed by a prompt:  
Max-FORTH vX.X  
>
The first commands that should be downloaded into the system after a cold boot  
should be (note: each line must be terminated with a "carriage return"; the text within  
parenthesis are comments and do not have to be typed in):  
HEX  
100 TIB !  
100H )  
( Set up Hex number base )  
( Relocate text input buffer to eRAM address  
50 TIB 2+ !  
200 DP !  
( Define 80 character text input buffer length )  
( Set up Dictionary Pointer )  
After inputting each of these commands followed by a carriage return, the FORTH  
interpreter should respond with an "OK" signifying it has accepted it. Any failure to  
properly input these set-up statements will be characterized by a "?" response from  
the interpreter and/or by errors when inputting any subsequent data. Further, if an  
error occurred while entering the commands to relocate the text input buffer or  
redefine its length, the text buffer will be unable to accept more than the default 16  
characters per line input.  
The following Forth code was developed for the T1XC daughterboard and presented  
here as an example. To set-up the T1XC, all that is minimally required is the above  
EVMB initialization words, the register address CONSTANT definitions, and the RD  
and WR routines. The remaining words are useful for exercising the more advanced  
features of the T1XC.  
( Define addresses of TSBs for T1XC #1: EAST )  
C000 CONSTANT RXOPT  
C001 CONSTANT RXBPOPT  
C002 CONSTANT DLOPT  
C003 CONSTANT RXDS1  
24  
 复制成功!