MC68302EH16C Freescale Semiconductor, MC68302EH16C Datasheet - Page 369

IC MPU MULTI-PROTOCOL 132-PQFP

MC68302EH16C

Manufacturer Part Number
MC68302EH16C
Description
IC MPU MULTI-PROTOCOL 132-PQFP
Manufacturer
Freescale Semiconductor

Specifications of MC68302EH16C

Processor Type
M683xx 32-Bit
Speed
16MHz
Voltage
5V
Mounting Type
Surface Mount
Package / Case
132-MQFP, 132-PQFP
Controller Family/series
68K
Core Size
32 Bit
Ram Memory Size
1152Byte
Cpu Speed
16MHz
No. Of Timers
3
Embedded Interface Type
SCP, TDM
Digital Ic Case Style
PQFP
Rohs Compliant
Yes
Family Name
M68000
Device Core
ColdFire
Device Core Size
32b
Frequency (max)
16MHz
Instruction Set Architecture
RISC
Supply Voltage 1 (typ)
5V
Operating Temp Range
0C to 70C
Operating Temperature Classification
Commercial
Mounting
Surface Mount
Pin Count
132
Package Type
PQFP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Features
-
Lead Free Status / Rohs Status
RoHS Compliant part Electrostatic Device

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
MC68302EH16C
Manufacturer:
Freescale Semiconductor
Quantity:
135
Part Number:
MC68302EH16C
Manufacturer:
PANA
Quantity:
99
Part Number:
MC68302EH16C
Manufacturer:
Freescale Semiconductor
Quantity:
10 000
Part Number:
MC68302EH16C
Manufacturer:
FREESCALE
Quantity:
20 000
Part Number:
MC68302EH16CB1
Manufacturer:
Freescale Semiconductor
Quantity:
10 000
Part Number:
MC68302EH16CR2
Manufacturer:
Freescale Semiconductor
Quantity:
10 000
Reason 1: When doing character-by-character handling of a software echo operation, the
use of at least three BDs (i.e., really a three-byte software FIFO) takes care of the latency
between recognizing a character has come in and getting that character transmitted out as
other characters continue to come in. Use of four BDs in total gives plenty of software FIFO
margin.
Reason 2: Using two Tx BDs means that in a full-load situation, the next BD will always have
its ready bit set when the RlSC controller checks it, meaning that there will never be any add-
ed delay in getting characters transmitted out of the UART.
Reason 3: Using two Rx BDs gives extra time for the software to handle the interrupt for one
character while the next character is being received into the next buffer, and gives this ex-
ample the opportunity to show how to step through the BDs in software.
D.4.3 Assumptions about the System
The code, which was run on the ADS302 board, assumes that the MC68302 peripherals are
placed at the default position of $700000 (i.e., BAR is written with $700). It also assumes
that SCC3 is used. Either of the above assumptions can be modified if desired. The code
was assembled with a simple freeware M68000 assembler called X68000.
D.4.4 UART Features Not Discussed
The following UART capabilities were not discussed in this example: fractional stop bit trans-
mission, inserting flow control characters into the transmit data stream, recognizing special
control characters, using CTS and CD to control transmission and reception, use of an ex-
ternal clock, use of multiple bytes per buffer, sending breaks, sending idles before messag-
es, recognizing addresses, freezing transmission, idle timeout, and others. Refer to 4.5.11
UART Controller for more details.
D.4.5 UART Code Listing
MOTOROLA
* SI MP LE U A RT “E C H O” C OD E
* Register initialization values before execution:
*
* PC = 00030300 SR = 2700
* USP = 00080000 *ISP = 00004000 (Stack pointers not used)
*
* D1 = SCCE3 holding register
* D3 = count of characters received
* D4 = count of characters transmitted
* D5 = count of BSY conditions occurring (no receive buffers available)
* D6 = 1 or greater, if character(s) waiting to be transmitted, 0 otherwise
* A0 = current Rx BD pointer
* A1 = current “next TX byte” to send pointer
* A2 = current Tx BD pointer
* A3 = temp
* SCC3 Tx Buffer Descriptors initialization:
* 00700640 5000 0000 0003 0000
* 00700648 7000 0000 0003 0001 (wrap bit set)
* SCC3 Rx Buffer Descriptors initialization:
* 00700600 d000 0000 0003 0002
MC68302 USER’S MANUAL
MC68302 Applications
D-19

Related parts for MC68302EH16C