MC68MH360AI33L Freescale Semiconductor, MC68MH360AI33L Datasheet - Page 96

no-image

MC68MH360AI33L

Manufacturer Part Number
MC68MH360AI33L
Description
IC MPU QUICC 33MHZ 240-FQFP
Manufacturer
Freescale Semiconductor
Datasheets

Specifications of MC68MH360AI33L

Processor Type
M683xx 32-Bit
Speed
33MHz
Voltage
5V
Mounting Type
Surface Mount
Package / Case
240-FQFP
Family Name
M68xxx
Device Core
ColdFire
Device Core Size
32b
Frequency (max)
33MHz
Instruction Set Architecture
RISC
Supply Voltage 1 (typ)
5V
Operating Supply Voltage (max)
5.25V
Operating Supply Voltage (min)
4.75V
Operating Temp Range
0C to 70C
Operating Temperature Classification
Commercial
Mounting
Surface Mount
Pin Count
240
Package Type
FQFP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Features
-
Lead Free Status / Rohs Status
Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
MC68MH360AI33L
Manufacturer:
Freescale Semiconductor
Quantity:
10 000
Clear the ENR and ENT bits at the end of the initialization. The MODE setting for QMC
mode is 0b1010.
A typical setting would be:
Step 11. Initialize basic global multichannel parameters as follows. See Chapter 2, “QMC
Memory Organization,” for more information.
Step 12. Copy INTBASE to INTPTR (multichannel interrupt pointer). See Chapter 4,
“QMC Exceptions,” for more information.
• MCBASE: (multichannel base pointer) is a pointer to a 64-Kbyte buffer descriptor
• INTBASE: (interrupt table base pointer) - points to the interrupt table in external
• MRBLR: (maximum receive buffer length) - should be large (> 30) for better
• GRFTHR: (global receive frame threshold) - normally set to 1. For example:
• GRFCNT: (global receive frame count) - should be initialized to the same value as
GSMR_L = 0x0000_000A;
table in external memory. For example:
SCC1.MCBASE = 0x1_0000;
memory. For example:
SCC1.INTBASE = 0xF000;
performance and should be a multiple of 4 bytes. This is valid for HDLC only. For
example:
SCC1.MRBLR = 60;
SCC1.GRFTHR = 1;
GRFTHR. For example:
SCC1.GRFCNT = 1;
C_MASK32:CRC constant, 32-bit =0xDEBB20E3
SCC1.C_MASK32 = 0xDEBB20E3;
C_MASK16:CRC constant,16-bit=0xFOB8
SCC1.C_MASK16 = 0xF0B8;
SCC1.INTPTR = SCC1.INTBASE;
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
QMC Supplement
/* enable QMC */
/* BD base located 0x1_0000 */
/* interrupt table base 0xF000 */
/* set receive buffer length to 60 */
/* 1 receive frame to interrupt */
/* 1 receive frame to interrupt */
/* init 32-bit CRC const */
/* init 16-bit CRC const */
/* init intptr */

Related parts for MC68MH360AI33L