📄 dk3200ee.sum
字号:
***********************************************************************
PSDsoft Express Version 8.30
Summary of Design Assistant
***********************************************************************
PROJECT : dk3200ee DATE : 10/01/2004
DEVICE : uPSD3234A TIME : 12:10:09
MCU/DSP : uPSD32XX
***********************************************************************
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 LCD_d7 Peripheral I/O mode
pa6 LCD_d6 Peripheral I/O mode
pa5 LCD_d5 Peripheral I/O mode
pa4 LCD_d4 Peripheral I/O mode
pa3 LCD_d3 Peripheral I/O mode
pa2 LCD_d2 Peripheral I/O mode
pa1 LCD_d1 Peripheral I/O mode
pa0 LCD_d0 Peripheral I/O mode
pb7 LCD_e External chip select - Active Hi
pb6 LCD_rw Combinatorial
pb5 LCD_rs Combinatorial
tdo tdo Dedicated JTAG - TDO
tdi tdi Dedicated JTAG - TDI
pc4 _terr Dedicated JTAG - /TERR
pc3 tstat Dedicated JTAG - TSTAT
pc2 vstby SRAM standby voltage input
tck tck Dedicated JTAG - TCK
tms tms Dedicated JTAG - TMS
ale ale ALE output
p4.3 PWM0 PWM0 Output
p3.1 USART1_Txd UART1 TxD
p3.0 USART1_Rxd UART1 RxD
p1.4 ADC_Ch0 ADC channel0 input
a11 a11 Address line
a10 a10 Address line
a9 a9 Address line
a8 a8 Address line
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
_Reset_In Reset_In Reset In
Vref VREF VREF input
_rd _wr Bus control output
_psen _psen Bus control output
_wr _rd Bus control output
USB- USB_minus USB- bus
USB+ USB_plus USB+ bus
Xtal1 Xtal1 Xtal1
Xtal2 Xtal2 Xtal2
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 >= ^h2000) & (address <= ^h3FFF));
csiop = ((address >= ^h0200) & (address <= ^h02FF));
fs0 = ((page == 0) & (address >= ^h0000) & (address <= ^h7FFF));
fs1 = ((page == 1) & (address >= ^h0000) & (address <= ^h7FFF));
fs2 = ((page == 2) & (address >= ^h0000) & (address <= ^h7FFF));
fs3 = ((page == 3) & (address >= ^h0000) & (address <= ^h7FFF));
fs4 = ((page == 4) & (address >= ^h0000) & (address <= ^h7FFF));
fs5 = ((page == 5) & (address >= ^h0000) & (address <= ^h7FFF));
fs6 = ((page == 6) & (address >= ^h0000) & (address <= ^h7FFF));
fs7 = ((page == 7) & (address >= ^h0000) & (address <= ^h7FFF));
csboot0 = ((address >= ^h8000) & (address <= ^h9FFF));
csboot1 = ((address >= ^hA000) & (address <= ^hBFFF));
csboot2 = ((address >= ^hC000) & (address <= ^hDFFF));
csboot3 = ((address >= ^hE000) & (address <= ^hFFFF));
psel0 = ((address >= ^h0300) & (address <= ^h03FF) & (_psen));
LCD_e = ((address >= ^h0300) & (address <= ^h03FF) & (!_rd))
# ((address >= ^h0300) & (address <= ^h03FF) & (!_wr));
LCD_rw = a0;
LCD_rw.oe = Vcc;
LCD_rs = a1;
LCD_rs.oe = Vcc;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -