MPC8308VMAGD Freescale Semiconductor, MPC8308VMAGD Datasheet - Page 529

MPU POWERQUICC II PRO 473MAPBGA

MPC8308VMAGD

Manufacturer Part Number
MPC8308VMAGD
Description
MPU POWERQUICC II PRO 473MAPBGA
Manufacturer
Freescale Semiconductor

Specifications of MPC8308VMAGD

Processor Type
MPC83xx PowerQUICC II Pro 32-Bit
Speed
400MHz
Voltage
1V
Mounting Type
Surface Mount
Package / Case
473-MAPBGA
Product
Network Processor
Data Rate
256 bps
Frequency
400 MHz
Supply Voltage (max)
3.6 V
Supply Voltage (min)
3 V
Supply Current (max)
5 uA
Maximum Operating Temperature
+ 105 C
Minimum Operating Temperature
0 C
Interface
I2C, JTAG, SPI
Mounting Style
SMD/SMT
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Features
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
MPC8308VMAGD
Manufacturer:
FREESCAL
Quantity:
300
Part Number:
MPC8308VMAGD
Manufacturer:
Freescale Semiconductor
Quantity:
10 000
Part Number:
MPC8308VMAGD
Manufacturer:
FREESCALE
Quantity:
6
Part Number:
MPC8308VMAGD
Manufacturer:
FREESCALE
Quantity:
20 000
Company:
Part Number:
MPC8308VMAGD
Quantity:
2 000
Part Number:
MPC8308VMAGD400/266
Manufacturer:
FREESCAL
Quantity:
300
Part Number:
MPC8308VMAGDA
Manufacturer:
Freescale Semiconductor
Quantity:
10 000
Company:
Part Number:
MPC8308VMAGDA
Quantity:
4 200
select a common voltage range or if a notification should be sent to the system when a non-usable cards in
the stack is detected.
The following steps illustrate how to perform voltage validation when a card is inserted:
voltage_validation(voltage_range_arguement)
{
label the card as UNKNOWN;
send_command(IO_SEND_OP_COND, 0x0, <other parameters are omitted>);
if (RESP_TIMEOUT != wait_for_response(IO_SEND_OP_COND)) { // SDIO command is accepted
} // end of if (RESP_TIMEOUT...)
if (the card is labeled as SDIO card) return;
send_command(APP_CMD, 0x0, <other parameters are omitted>);
if (no error calling wait_for_response(APP_CMD, <...>) { // CMD55 is accepted
} // end of if (no error ...
else if (errors other than timeout occur) { // command/response pair is corrupted
} // of else if (response timeout)
else { // CMD55 is refused, it must be MMC or CE-ATA card
} // of else
}
Freescale Semiconductor
// CMD5, check SDIO operation voltage, command argument is zero
if (0 < number of IO functions) {
} // end of if (0 < ...)
if (memory part is present inside SDIO card) label the card as SDCombo;
// card type is identified and voltage range is set, so exit the function;
// CMD55, application specific CMD prefix
send_command(SD_APP_OP_COND, <voltage range>, <...>);
wait_for_response(SD_APP_OP_COND); // voltage range is set
if (card type is UNKNOWN) label the card as SD;
return;
respond to it by program specific manner;
if (card is already labeled as SD Combo) { // change label
} // of if (card is ...)
send_command(SEND_OP_COND, <voltage range>, <...>);
if (RESP_TIMEOUT == wait_for_response(SEND_OP_COND)) {
} // of if (RESP_TIMEOUT...)
if (check for CE-ATA signature succeeded) { // the card is CE-ATA
} // of if (check for CE-ATA...)
else label the card as MMC;
label the card as SDIO;
IORDY = 0;
while (!(IORDY in IO OCR response)) { // set voltage range for each IO function
} // end of while ...
// this is an SD-Combo card
// ACMD41, to set voltage range for memory part or SD card
re-label the card as SDIO;
ignore the error or report it;
return; // card is identified as SDIO card
label the card as UNKNOWN;
return;
store CE-ATA specific info from the signature;
label the card as CE-ATA;
MPC8308 PowerQUICC II Pro Processor Reference Manual, Rev. 0
send_command(IO_SEND_OP_COND, <voltage range>, <other parameter>);
wait_for_response(IO_SEND_OP_COND);
// CMD1 is not accepted, either
Enhanced Secure Digital Host Controller
11-49

Related parts for MPC8308VMAGD