⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mcontrol.sum

📁 适合初学者学习的UPSD的点阵LCD汉字显示
💻 SUM
字号:
***********************************************************************
                         PSDsoft Express Version 8.10
                         Summary of Design Assistant
***********************************************************************
PROJECT    : mcontrol                      DATE : 01/05/2007
DEVICE     : uPSD3234A                     TIME : 13:19:26
MCU/DSP    : uPSD32XX    
***********************************************************************

Initial setting for Program and Data Space:
===========================================

  Main PSD flash memory will reside in this space at power-up:      Data Space Only
  Secondary PSD flash memory will reside in this space at power-up: Program Space Only

Pin Definitions:
================

Pin          Signal                    Pin
Name         Name                      Type
------------ ------------------------- ------------
pa7          pa7                       GP I/O mode 
pa6          pa6                       GP I/O mode 
pa5          pa5                       GP I/O mode 
pa4          pa4                       GP I/O mode 
pa3          pa3                       GP I/O mode 
pa2          pa2                       GP I/O mode 
pa1          pa1                       GP I/O mode 
pa0          pa0                       GP I/O mode 
pb4          vfd_add                   External chip select - Active-Lo
pb3          vfd_wr                    Combinatorial
pb2          vfd_rd                    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  
p3.1         UART1_TxD                 UART1 TxD   
p3.0         UART1_RxD                 UART1 RxD   
p1.3         UART2_TxD                 UART2 TxD   
p1.2         UART2_RxD                 UART2 RxD   
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          _rd                       Bus control output
_psen        _psen                     Bus control output
_wr          _wr                       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 >= ^h0000) & (address <= ^h1FFF));
csiop = ((address >= ^h3000) & (address <= ^h30FF));
fs0 = ((page == 0) & (address >= ^h8000) & (address <= ^hFFFF));
fs1 = ((page == 1) & (address >= ^h8000) & (address <= ^hFFFF));
fs2 = ((page == 2) & (address >= ^h8000) & (address <= ^hFFFF));
fs3 = ((page == 3) & (address >= ^h8000) & (address <= ^hFFFF));
fs4 = ((page == 4) & (address >= ^h8000) & (address <= ^hFFFF));
fs5 = ((page == 5) & (address >= ^h8000) & (address <= ^hFFFF));
fs6 = ((page == 6) & (address >= ^h8000) & (address <= ^hFFFF));
fs7 = ((page == 7) & (address >= ^h8000) & (address <= ^hFFFF));
csboot0 = ((address >= ^h0000) & (address <= ^h1FFF));
csboot1 = ((address >= ^h2000) & (address <= ^h3FFF));
csboot2 = ((address >= ^h4000) & (address <= ^h5FFF));
csboot3 = ((address >= ^h6000) & (address <= ^h7FFF));
! vfd_add = ((address >= ^h4000) & (address <= ^h40FF));
vfd_wr = vfd_add # _wr ;
vfd_wr.oe = Vcc;
vfd_rd = vfd_add # _rd;
vfd_rd.oe = Vcc;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -