?? project.sum
字號:
***********************************************************************
PSDsoft Express Version 8.30
Summary of Design Assistant
***********************************************************************
PROJECT : project DATE : 02/23/2005
DEVICE : uPSD3434E TIME : 17:07:40
MCU/DSP : uPSD34XX
***********************************************************************
Initial setting for Program and Data Space:
===========================================
Main PSD flash memory will reside in this space at power-up: Program Space Only
Secondary PSD flash memory will reside in this space at power-up: Data Space Only
Pin Definitions:
================
Pin Signal Pin
Name Name Type
------------ ------------------------- ------------
pa7 pa7 Peripheral I/O mode
pa6 pa6 Peripheral I/O mode
pa5 pa5 Peripheral I/O mode
pa4 pa4 Peripheral I/O mode
pa3 pa3 Peripheral I/O mode
pa2 pa2 Peripheral I/O mode
pa1 pa1 Peripheral I/O mode
pa0 pa0 Peripheral I/O mode
pb4 LCD_E2 External chip select - Active Hi
pb3 LCD_E1 External chip select - Active Hi
pb2 LCD_RW Combinatorial
pb1 LCD_A0 Combinatorial
tdo tdo Dedicated JTAG - TDO
tdi tdi Dedicated JTAG - TDI
tck tck Dedicated JTAG - TCK
tms tms Dedicated JTAG - TMS
ale ale ALE output
_psen _psen Bus control output
_rd _rd Bus control output
_wr _wr Bus control output
ad7 a7 Data/Address line
ad6 a6 Data/Address line
ad5 a5 Data/Address line
ad4 a4 Data/Address line
ad3 a3 Data/Address line
ad2 a2 Data/Address line
ad1 a1 Data/Address line
ad0 a0 Data/Address line
debug JTAG_debug_pin JTAG debug pin
USB+ USB_plus USB+ bus
USB- USB_minus USB- bus
Xtal1 Xtal1 Xtal1
Xtal2 Xtal2 Xtal2
_Reset_In _Reset_In Reset In
Vref VREF VREF input
User defined nodes:
===================
None defined
Page Register settings:
=======================
pgr0 is used for paging
pgr1 is used for paging
pgr2 is used for paging
pgr3 is not used
pgr4 is not used
pgr5 is not used
pgr6 is not used
pgr7 is not used
Equations:
==========
rs0 = ((address >= ^h0000) & (address <= ^h1FFF));
csiop = ((address >= ^h7F00) & (address <= ^h7FFF));
fs0 = ((address >= ^h0000) & (address <= ^h7FFF));
fs1 = ((page == 0) & (address >= ^h8000) & (address <= ^hFFFF));
fs2 = ((page == 1) & (address >= ^h8000) & (address <= ^hFFFF));
fs3 = ((page == 2) & (address >= ^h8000) & (address <= ^hFFFF));
fs4 = ((page == 3) & (address >= ^h8000) & (address <= ^hFFFF));
fs5 = ((page == 4) & (address >= ^h8000) & (address <= ^hFFFF));
fs6 = ((page == 5) & (address >= ^h8000) & (address <= ^hFFFF));
fs7 = ((page == 6) & (address >= ^h8000) & (address <= ^hFFFF));
csboot0 = ((address >= ^h8000) & (address <= ^h9FFF));
csboot1 = ((address >= ^hA000) & (address <= ^hBFFF));
csboot2 = ((address >= ^hC000) & (address <= ^hDFFF));
csboot3 = ((address >= ^hE000) & (address <= ^hFFFF));
psel0 = ((address >= ^h7E00) & (address <= ^h7EFF) & (_psen));
LCD_E2 = ((address >= ^h7E04) & (address <= ^h7E07) & (!_wr))
# ((address >= ^h7E04) & (address <= ^h7E07) & (!_rd));
LCD_E1 = ((address >= ^h7E00) & (address <= ^h7E03) & (!_wr))
# ((address >= ^h7E00) & (address <= ^h7E03) & (!_rd));
LCD_RW = a0;
LCD_RW.oe = Vcc;
LCD_A0 = a1;
LCD_A0.oe = Vcc;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -