MK30DN512ZVLK10 Freescale Semiconductor, MK30DN512ZVLK10 Datasheet - Page 1334

no-image

MK30DN512ZVLK10

Manufacturer Part Number
MK30DN512ZVLK10
Description
ARM Microcontrollers - MCU KINETIS 512K SLCD
Manufacturer
Freescale Semiconductor
Datasheet

Specifications of MK30DN512ZVLK10

Core
ARM Cortex M4
Processor Series
K30
Data Bus Width
32 bit
Maximum Clock Frequency
50 MHz
Program Memory Size
512 KB
Data Ram Size
128 KB
On-chip Adc
Yes
Operating Supply Voltage
1.71 V to 3.6 V
Operating Temperature Range
- 40 C to + 105 C
Package / Case
LQFP-80
Mounting Style
SMD/SMT

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
MK30DN512ZVLK10
Manufacturer:
Freescale Semiconductor
Quantity:
10 000
Initialization/application of SDHC
if (HS_TIMING is not 0) report the function switch failed and return;
change clock divisor value or configure the system clock feeding into eSDHC to generate the
card_clk of the desired value below 20MHz;
(data transactions like normal peers)
}
45.6.4.4 Set MMC bus width
change_mmc_bus_width(void)
{
send CMD9 to get CSD value of MMC;
check if the value of SPEC_VER field is 4 or above;
if (SPEC_VER value is less than 4) report the MMC does not support multiple bit width and
return;
send CMD6 with argument 0x3B70x00; (8-bit, x=2; 4-bit, x=1; 1-bit, x=0)
send CMD13 to wait card ready (busy line released);
(data transactions like normal peers)
}
45.6.5 ADMA operation
This section presents code examples for ADMA operation.
45.6.5.1 ADMA1 operation
Set_adma1_descriptor
{
}
1334
if (to start data transfer) {
}
else if (to fetch descriptor at non-continuous address) {
}
else { // other types of descriptor
}
if (this descriptor is the last one) {
}
if (to generate interrupt for this descriptor) {
}
Set Valid bit to 1;
// Make sure the address is 4KB align.
Set 'Set' type descriptor;
{
}
Set 'Tran' type descriptor;
{
}
Set Act bits to 11;
Set [31:12] bits the next descriptor address (4KB align);
Set Act bits accordingly
Set End bit to 1;
Set Int bit to 1;
Set Act bits to 01;
Set [31:12] bits data length (byte unit);
Set Act bits to 10;
Set [31:12] bits address (4KB align);
K30 Sub-Family Reference Manual, Rev. 6, Nov 2011
Freescale Semiconductor, Inc.

Related parts for MK30DN512ZVLK10