MCF5249VF140 Freescale Semiconductor, MCF5249VF140 Datasheet - Page 210

IC MPU 32B 140MHZ COLDF 160-BGA

MCF5249VF140

Manufacturer Part Number
MCF5249VF140
Description
IC MPU 32B 140MHZ COLDF 160-BGA
Manufacturer
Freescale Semiconductor
Series
MCF524xr

Specifications of MCF5249VF140

Core Processor
Coldfire V2
Core Size
32-Bit
Speed
140MHz
Connectivity
I²C, IDE, MMC, SPI, UART/USART
Peripherals
DMA, I²S, POR, Serial Audio, WDT
Number Of I /o
47
Program Memory Type
ROMless
Ram Size
96K x 8
Voltage - Supply (vcc/vdd)
3 V ~ 3.6 V
Data Converters
A/D 4x12b
Oscillator Type
External
Operating Temperature
0°C ~ 70°C
Package / Case
160-MAPBGA
Embedded Interface Type
I2C, QSPI, UART
Digital Ic Case Style
BGA
No. Of Pins
160
Operating Temperature Range
0°C To +70°C
Frequency Typ
140MHz
Termination Type
SMD
Rohs Compliant
No
Family Name
MCF5xxx
Device Core
ColdFire
Device Core Size
32b
Frequency (max)
140MHz
Instruction Set Architecture
RISC
Supply Voltage 1 (typ)
1.8V
Operating Temp Range
0C to 70C
Operating Temperature Classification
Commercial
Mounting
Surface Mount
Pin Count
160
Package Type
MA-BGA
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Eeprom Size
-
Program Memory Size
-
Lead Free Status / Rohs Status
Not Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
MCF5249VF140
Manufacturer:
FREESCALE
Quantity:
465
Part Number:
MCF5249VF140
Manufacturer:
Freescale Semiconductor
Quantity:
10 000
Part Number:
MCF5249VF140
Manufacturer:
MOT
Quantity:
2
/* second one more suitable for interrupt driven */
wait until ((FLASHMEDIACMD2 & 0xFFFF) == 0) OR
wait until (SHIFTBUSY2FALL event)
/* receive status from host */
wait until (SHIFTBUSY2RISE event) OR
wait until ((FLASHMEDIASTATUS & 8)!= 0)
RESPBITCOUNT = 46 or 134 /* depends on command */
FLASHMEDIACMD2 = 0xC00000 + RESPBITCOUNT;
while(RESPBITCOUNT > 0)
}
}
}
/* start sending data to card */
BLOCKCOUNT:= <N>
while(BLOCKCOUNT > 0)
}
}
}
FLASHMEDIACMD2 = 0;
{
if(FLASHMEDIADATA2 full)
{
-- start transmission of new block
DATABITCOUNT = <blockLen> + crcLen;
FLASHMEDIACMD1 = 0x260000 + dataBitCount +
while(DATABITCOUNT > 0)
wait until((FLASHMEDIACMD1 & 0xFFFF) == 0) OR
wait until (SHIFTBUSY1FALL event)
-- receive CRC status from card
wait until (SHIFTBUSY1RISE event) OR
wait until ((FLASHMEDIASTATUS & 2)!= 0)
FLASHMEDIACMD1 = 3;
wait until(FLASHMEDIADATA1 full)
CRC status = 0x7 & FLASHMEDIADATA1
FLASHMEDIACMD1 = 0x80000;
/* wait for interrupt now.
*/
wait until ((FLASHMEDIASTATUS & 4) == 0) /* busy end */
FLASHMEDIACMD1 = 0;
BLOCKCOUNT:= BLOCKCOUNT - 1;
{
read data from FLASHMEDIADATA2
RESPBITCOUNT:= RESPBITCOUNT - 32;
{
if(FLASHMEDIADATA1 empty)
On rising edge of busy, INTLEVEL1RISE event will
occur. On falling edge of busy, INTLEVEL1FALL event
will occur. During busy, (FLASHMEDIASTATUS & 4) == 4
{
write data to FLASHMEDIADATA1
DATABITCOUNT = DATABITCOUNT - 32;
wide_shift_mask;
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com

Related parts for MCF5249VF140