MC68MH360VR33L Freescale Semiconductor, MC68MH360VR33L Datasheet - Page 100

IC MPU QUICC 33MHZ 357-PBGA

MC68MH360VR33L

Manufacturer Part Number
MC68MH360VR33L
Description
IC MPU QUICC 33MHZ 357-PBGA
Manufacturer
Freescale Semiconductor
Datasheets

Specifications of MC68MH360VR33L

Processor Type
M683xx 32-Bit
Speed
33MHz
Voltage
5V
Mounting Type
Surface Mount
Package / Case
357-PBGA
Family Name
M68000
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
357
Package Type
BGA
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:
MC68MH360VR33L
Manufacturer:
Freescale Semiconductor
Quantity:
10 000
Part Number:
MC68MH360VR33LR2
Manufacturer:
Freescale Semiconductor
Quantity:
10 000
Note the ENT bit is initially cleared, but then must be set when the channel is ready to start
transmitting. Similarly, the POL bit is initially cleared, but then must be set each time a
buffer descriptor is enabled to transmit. Example settings are as follows:
Step 21. Initialize the SCCE register. From reset, SCCEx will be zero requiring no
initialization. However, if required, it can be cleared by writing a 1 in each of the status bits.
See Section 4.1, “Global Error Events,” for more information.
Step 22. Initialize the mask register, SCCMx. Any interrupts which are not used should be
masked in the SCCM register. SCC interrupts should be enabled using the CIMR register,
if required. The CIMR register is defined on page 7-381 of the MC68360 User’s Manual
and page 16-483 of the MPC860 User’s Manual.
Step 23. Enable the transmitter (ENT bit) and the receiver (ENR bit) in the general SCC
mode register (GSMR).
6.2 68MH360 T1 Example
/* This is an example of transmitting and receiving on four
/* HDLC channels in loopback mode. */
/* Equipment : SBC360 Evaluation Board with QUICC32 */
/* (T1MH.C) */
void *const stdout = 0;
#include <string.h>
#include <stdio.h>
#define qmc1
#include "68360.h"
struct dprbase *pdpr;
ch[x].CHAMR.MODE = 1;
ch[x].CHAMR.IDLM = 0;
ch[x].CHAMR.ENT = 1;
ch[x].CHAMR.CRC = 1;
ch[x].CHAMR.NOF = 7;
ch[x].CHAMR.POL = 1;
SCCE1 = 0xF;
SCCM1 = 0xF;
CIMR.SCC1 = 1;
GSMR_L1.ENR = 1;
GSMR_L1.ENT = 1;
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
QMC Supplement
/* select HDLC */
/* no idles between frames */
/* enable channel xmit */
/* select 32-bit CRC */
/* 7 flags between frames */
/* enable polling by RISC */
/* clear all interrupts */
/* enable all interrupts */
/* SCC1 interrupts enabled */
/* enable receiver */
/* enable transmit */
/* standard output device */
/* string functions */
/* I/O functions */
/* SCC1 is multichannel comm */
/* dual-ported RAM equates */
/* pointer to dual-ported RAM */
*/

Related parts for MC68MH360VR33L