User`s manual
RSK+RX62N R20UT0255EG0100_RX62N
Rev.1.00
RENESAS STARTER KIT+
26
th
August 2010
R20UT0255EG0100 Page 7 of 7
August 26, 2010
1. Overview
The RSK USB sample code provides a basis for a developer to add USB device functionality to a system. It
includes sample applications for the three most common USB Device classes:-
• Human Interface Device (HID)
• Communication Device Class – Abstract Control Model (CDC-ACM)
• Mass Storage Class (MSC)
In addition to the three defined USB classes a LibUSB sample is included. LibUSB is an open source project with
the aim of providing a library that a user application can utilise to access a USB device regardless of operating
system. A sample using a Microsoft Windows host is provided.
The embedded software is available as source written in ANSI C and does not require an operating system.
The host applications software is also available as source written for MS Windows using VisualC++.
This manual describes the USB sample code. The Quick Start Guide and Tutorial Manual provide details of the
software installation and debugging environment.
ClassesSamples
HID
CDC MSC
USB Core Driver
HAL
USB Hardware
HID
Demo
CDC
Demo
MSC
Demo
USB Stack
LibUSB
Demo