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

PM4541 参数 Datasheet PDF下载

PM4541图片预览
型号: PM4541
PDF下载: 下载PDF文件 查看货源
内容描述: T1XC评估子板 [T1XC EVALUATION DAUGHTER BOARD]
分类和应用:
文件页数/大小: 46 页 / 516 K
品牌: PMC [ PMC-SIERRA, INC ]
 浏览型号PM4541的Datasheet PDF文件第29页浏览型号PM4541的Datasheet PDF文件第30页浏览型号PM4541的Datasheet PDF文件第31页浏览型号PM4541的Datasheet PDF文件第32页浏览型号PM4541的Datasheet PDF文件第34页浏览型号PM4541的Datasheet PDF文件第35页浏览型号PM4541的Datasheet PDF文件第36页浏览型号PM4541的Datasheet PDF文件第37页  
PMC-Sierra, Inc.  
PM4541T1XC-EVBD  
TELECOM STANDARD PRODUCT  
PMC-920314  
ISSUE 2  
T1XC EVALUATION DAUGHTERBOARD  
UNTIL  
SCDR C@ DROP ; ( remove key pressed )  
( from uP input reg  
)
( Define word to write XPLS D/A code value )  
: XWR  
XPLS 2+ C!  
( DATA ADDR --- )  
( SELECT CODE REG )  
XPLS 3 + C! ; ( WRITE CODE VALUE)  
( Define word to READ XPLS D/A code value )  
: XRD  
( ADDR --- )  
( SELECT CODE REG )  
( READ CODE VALUE)  
XPLS 2+ C!  
XPLS 3 + C@  
U. ." " ;  
( Write complete template values to XPLS  
)
( Usage: Value1 Value2 ... Value8 WRTEMPL )  
: WRTEMPL ( C1 C2 C3 C4 C5 C6 C7 C8 --- )  
8 0 DO 7 I - XWR LOOP ;  
( Read all template values from XPLS  
( Usage: RDTEMPL  
( uP response: Value1 Value2 ... Value8  
( [in HEX]  
)
)
)
)
: RDTEMPL ( --- )  
8 0 DO I XRD LOOP ;  
To use these functions, use the following syntax (the interpreter response is shown  
in italics):  
FRMR STATUS RD = FF HEX  
( Read T1XC #1 FRMR reg #2 contents  
)
OK  
XBAS 10 WR OK  
0 )  
( Write 10 hex to T1XC #1 XBAS reg  
This document is not intended to give a full tutorial in FORTH, which is better  
covered in the many FORTH books available. The FORTH kernel on the 68HC11  
on the EVMB is based upon the FORTH-83 standard and should be upward  
compatible from FORTH-79. For a complete, detailed FORTH tutorial, refer to the  
manuals listed in the references.  
30  
 复制成功!