MDK-ARM Keil, MDK-ARM Datasheet - Page 138

KIT REALVIEW MCU DEVELOPMENT

MDK-ARM

Manufacturer Part Number
MDK-ARM
Description
KIT REALVIEW MCU DEVELOPMENT
Manufacturer
Keil
Type
Compiler and IDEr
Datasheets

Specifications of MDK-ARM

For Use With/related Products
ARM MCUs
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
138
USB_Init();
while (1)
}
void sd_main (void)
}
Exercise: Mass Storage Example
This example demonstrates the Mass Storage Class and allows files to be
transferred from the PC to the RL-Flash drive using the Windows Explorer.
Audio Class
The RL-USB driver also supports an Audio Class Driver. This allows us to
stream audio data between the USB host and the device as Isochronous packets.
Like the Mass Storage and HID classes, the Audio Class communicates with a
standard driver within Windows. Application programs running on the host,
which requires an audio input and output, use this driver. The RL-USB driver
can be configured to support the Audio Class by adding the
an RL-USB driver project.
if (WakeUp)
}
else
}
init_card ();
while (1)
}
WakeUp = __FALSE;
USB_Connect (__FALSE);
sd_main ();
if (mmc_init ())
}
while (!WakeUp);
if (WakeUp)
}
// add application code here
// Set WakeUp to enable USB MSC
mmc_read_config (&mmcfg);
MSC_BlockCount = mmcfg.blocknr;
USB_Connect (__TRUE);
WakeUp = __FALSE;
return;
{
{
{
{
{
{
{
// USB Disconnect
// Call application code
// Init MSC driver
// read card config
// USB Connect
// wait until aplication
// wants file system
Chapter 5. RL-USB Introduction
adcuser.c
class-file to

Related parts for MDK-ARM