Renesas REJ10J1837-0100 Guía de instalación

Busca en linea o descarga Guía de instalación para Redes Renesas REJ10J1837-0100. Renesas REJ10J1837-0100 Installation guide Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 35
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 0
APPLICATION NOTE
R01AN0495EJ0100 Rev.1.00 Page 1 of 32
Apr 15, 2011
RX62N Group
USB Basic Firmware <Short Sheet>
Introduction
This document is an installation guide for the Renesas USB Basic firmware (herein referred to as USB-BASIC-F/W),
a sample program for USB interface control using the USB device.
This document is intended for use with the instruction manual for the Renesas USB Basic firmware and the device data
sheet when developing software.
The USB-BASIC-F/W (Application Notes and Sample codes) are
available for download from the Renesas web.
Renesas Website: http://www.renesas.com/
Product Name:
Renesas USB Device USB Basic Firmware
File Name:
an_r01an0512ej_rx_usb.zip
Comments:
Appilcation Notes (r01an0512ej_rx62n_usb.pdf) and Sample Codes (Source Files) are included.
Target Device
RX62N
Contents
1. Introduction........................................................................................................................................ 2
1.1 Feature Overview..............................................................................................................................2
1.2 Preparation........................................................................................................................................ 2
2. Operating USB-BASIC-F/W Without Modifications........................................................................... 3
2.1 Sample Application Operation Confirmation ..................................................................................... 3
2.2 Confirming Operations with USBCV ................................................................................................. 7
3. Customized USB-BASIC-F/W Operations ........................................................................................ 8
3.1 User Definitions................................................................................................................................. 8
3.2 Use as USB peripheral function...................................................................................................... 11
3.3 Use as USB host function ............................................................................................................... 20
4. Software Configuration.................................................................................................................... 27
4.1 List of Files ......................................................................................................................................31
R01AN0495EJ0100
Rev.1.00
Apr 15, 2011
Vista de pagina 0
1 2 3 4 5 6 ... 34 35

Indice de contenidos

Pagina 1 - RX62N Group

APPLICATION NOTE R01AN0495EJ0100 Rev.1.00 Page 1 of 32 Apr 15, 2011 RX62N Group USB Basic Firmware <Short Sheet> Introduction This docume

Pagina 2 - 1.2 Preparation

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 10 of 32 Apr 15, 2011 3.1.5 Changed items for u

Pagina 3

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 11 of 32 Apr 15, 2011 3.2 Use as USB peripheral

Pagina 4 - RX62N RSK

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 12 of 32 Apr 15, 2011 R_usb_pstd_SmplDescriptorCh

Pagina 5

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 13 of 32 Apr 15, 2011 3.2.3 PIPE Definition Chan

Pagina 6

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 14 of 32 Apr 15, 2011 MainInitPCD taskUSBC_TRCV_M

Pagina 7

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 15 of 32 Apr 15, 2011 (2) Register the PDCD The

Pagina 8 - 3.1 User Definitions

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 16 of 32 Apr 15, 2011 Table 3.1 Members of USB_

Pagina 9

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 17 of 32 Apr 15, 2011 3.2.5 Example of Creating

Pagina 10

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 18 of 32 Apr 15, 2011 (2) Example of creating r

Pagina 11

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 19 of 32 Apr 15, 2011 (3) Example of coding a Pe

Pagina 12 - Apr 15, 2011

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 2 of 32 Apr 15, 2011 1. Introduction 1.1 Feature

Pagina 13 - 3.2.3 PIPE Definition

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 20 of 32 Apr 15, 2011 3.3 Use as USB host funct

Pagina 14

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 21 of 32 Apr 15, 2011 3.3.3 How to Start/Regist

Pagina 15 - (2) Register the PDCD

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 22 of 32 Apr 15, 2011 Figure 3.6 HCD/MGR Start

Pagina 16

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 23 of 32 Apr 15, 2011 (2) Register the HDCD The

Pagina 17

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 24 of 32 Apr 15, 2011 3.3.4 Example of Creating

Pagina 18

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 25 of 32 Apr 15, 2011 (2) Register the HDCD

Pagina 19

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 26 of 32 Apr 15, 2011 (3) Example of coding a Ho

Pagina 20 - 3.3.2 Pipe Definition

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 27 of 32 Apr 15, 2011 4. Software Configuration

Pagina 21 - (1) HCD Task Start Sequence

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 28 of 32 Apr 15, 2011 Table 4.1 Task Functions N

Pagina 22

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 29 of 32 Apr 15, 2011 PCDHOSTSET_CONFIGURATIONEnu

Pagina 23 - (2) Register the HDCD

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 3 of 32 Apr 15, 2011 2. Operating USB-BASIC-F/W

Pagina 24

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 30 of 32 Apr 15, 2011 Callback devconfigR_usb2_hs

Pagina 25 - “r_usb2_HSMPL_apl.c”

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 31 of 32 Apr 15, 2011 4.1 List of Files 4.1.1 F

Pagina 26

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 32 of 32 Apr 15, 2011 Website and Support Renes

Pagina 27 - 4. Software Configuration

A-1 Revision Record Description Rev. Date Page Summary 1.00 Apr.15.11 — First edition issued

Pagina 28

General Precautions in the Handling of MPU/MCU Products The following usage notes are applicable to all MPU/MCU products from Renesas. For detailed

Pagina 29

Notice1. All information included in this document is current as of the date this document is issued. Such information, however, is subject to chan

Pagina 30

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 4 of 32 Apr 15, 2011 2.1.2 Setup (1) Hardware T

Pagina 31 - 4.1 List of Files

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 5 of 32 Apr 15, 2011 Figure.ure.

Pagina 32 - Website and Support

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 6 of 32 Apr 15, 2011 2.1.3 Sample Application O

Pagina 33 - Revision Record

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 7 of 32 Apr 15, 2011 2.2 Confirming Operations

Pagina 34

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 8 of 32 Apr 15, 2011 3. Customized USB-BASIC-F/W

Pagina 35 - SALES OFFICES

USB Basic Firmware <Short Sheet> R01AN0495EJ0100 Rev.1.00 Page 9 of 32 Apr 15, 2011 3.1.2 Changed items for RX

Comentarios a estos manuales

Sin comentarios