MC68MH360RC25L Freescale Semiconductor, MC68MH360RC25L Datasheet - Page 93

no-image

MC68MH360RC25L

Manufacturer Part Number
MC68MH360RC25L
Description
IC MPU QUICC 25MHZ 241-PGA
Manufacturer
Freescale Semiconductor
Datasheets

Specifications of MC68MH360RC25L

Processor Type
M683xx 32-Bit
Speed
25MHz
Voltage
5V
Mounting Type
Surface Mount
Package / Case
241-PGA
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Features
-
Step 5: Configure port C for TDMa and/or TDMb signals L1ST1, 2, 3, and/or 4;
L1TSYNCx and/or L1RSYNCx. For more information on port C, see page 7-365 of the
MC68360 User’s Manual and page 16-465 of the MPC860 User’s Manual.
The following setting enables L1RSYNCx, L1TSYNCx, and all L1STx strobes. Note that
if common clocking is used, selected by the CRTx bit in the SI MODE register, only
L1RSYNCx is required. Note that the L1STx functions are repeated on Port B and should
only be configured on one port.
Step 6: Write the values to the SI RAM locations that will route the time slots required. For
more information on SI RAM programming, see page 7-72 of the MC68360 User’s Manual
and page 16-106 of the MPC860 User’s Manual.
The following example configures every byte to be transferred to SCC1; note that the final
entry in both the Tx and Rx tables has the LST bit set. Also, this example for TDMa
assumes that SIGMR[RDM] is set to 0b10 (32 entries for Rx and Tx). If n is the last entry,
the following applies:
PCPAR = 0x0F0F;
PCDIR = 0x000F;
SIRAM[0] = 0x0042;
SIRAM[1] = 0x0042;
SIRAM[n-1] = 0x0043;
SIRAM[32] = 0x0042;
SIRAM[33] = 0x0042;
SIRAM[34] = 0x0042;
SIRAM[32+n] = 0x0043;
On the MH360, the SI RAM is mapped in a continuous 256-
byte block from REGB + 700->7FF. On the 860MH, it is
mapped to a 512-byte block from C00->DFF. Also on the
860MH, the SI RAM has 16-bit entries aligned to 32-bit
boundaries; therefore, only half of the actual address space is
valid (there are 256 valid bytes).
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
Chapter 6. QMC Initialization
/* init port C pin assignment register */
/* init port C data direction register */
/* init 1st receive element */
/* init 2nd receive element */
/* init nth receive element */
/* init 1st xmit element */
/* init 2nd xmit element */
/* init 3rd xmit element */
/* init nth xmit element */
NOTE

Related parts for MC68MH360RC25L