Key Features .................................................................................................................................................................3
Microcontroller Bus Interface ................................................................................................................................7
JTAG Port .............................................................................................................................................................7
Power Management Unit ......................................................................................................................................8
Development System ....................................................................................................................................................9
General Purpose PLD (GPLD)......................................................................................................................33
Microcontroller Bus Interface ..............................................................................................................................35
Interface to a Multiplexed 8-bit Bus...............................................................................................................35
Interface to a Non-multiplexed 8-bit Bus .......................................................................................................35
General Port Architecture..............................................................................................................................42
Port Operating Modes ...................................................................................................................................44
Port Configuration Registers (PCRs) ............................................................................................................47
Port Data Registers.......................................................................................................................................49
Ports A and B – Functionality and Structure .................................................................................................49
Port C – Functionality and Structure .............................................................................................................51
Port D – Functionality and Structure .............................................................................................................51
For additional information,
Call 800-832-6974
Fax: 510-657-8495
Web Site: http://www.psdst.com
E-mail: ask.psd@st.com
i
PSD9XX Family
PSD913F2
PSD934F2
PSD954F2
Configurable Memory System on a Chip for 8-Bit Microcontrollers
Table of Contents
Power Management............................................................................................................................................54
Automatic Power Down (APD) Unit and Power Down Mode ........................................................................54
Other Power Savings Options.......................................................................................................................58
Reset and Power On Requirement ...............................................................................................................59
Programming In-Circuit using the JTAG Interface ..............................................................................................60
Standard JTAG Signals.................................................................................................................................61
Security and Flash Memories Protection ......................................................................................................61
Absolute Maximum Ratings.........................................................................................................................................62
Operating Range .........................................................................................................................................................62
Example of Typical Power Calculation at Vcc = 5..0 V .......................................................................................64
Example of Typical Power Calculation at Vcc = 5..0 V in Turbo Off Mode .........................................................65
DC Characteristics (5 V ± 10% versions) ....................................................................................................................66
Microcontroller Interface – AC/DC Parameters (5 V ± 10% versions).........................................................................67
Power Down Timing............................................................................................................................................70
AC Testing Input/Output Waveforms...........................................................................................................................81
AC Testing Load Circuit...............................................................................................................................................81
Part Number Construction ...........................................................................................................................................87
[table=98%][tr][td][font=Verdana] Nowadays, the power supply in the monitor is mostly a switching type voltage stabilizer (switching power supply for short). The so-called switching power supply refer...
This is a program that uses a switch to control the state of LED. I am using an attiny13 microcontroller. Every time the switch runs to the point where the LED needs to flash, the program will get stu...
I saw a question when reading the document: UCBxCTL1 |= UCSWRST; // put eUSCI_B in reset state UCBxCTLW0 |= UCMODE_3 + UCMST; // I2C master mode What I want to ask is that in the document, the initial...
It is easy to get started with FPGA, but difficult to master it! The reason for the difficulty is that the syntax of FPGA is a description language (a language that describes circuits). The closer the...