Manual Renesas REG10J0083-0100

20 pages 0.41 mb
Download

Go to site of 20

Summary
  • Renesas REG10J0083-0100 - page 1

    REG10J0083-0100 Renesas Starter Kit for H8S/2472 Tutorial Manual RENESAS SINGLE-CHIP MICROCOMPUTER H8S F AMIL Y Rev .1.00 Renesas T echnology Europe Ltd. Revision date: 28.08.2008 www .renesas.com ...

  • Renesas REG10J0083-0100 - page 2

    Table of Contents Chapter 1. Preface .............................................................................................................................. .................... 1 Chapter 2. Introduction ............................................................................................................................... ........... ...

  • Renesas REG10J0083-0100 - page 3

    Chapter 1. Preface Cautions This document may be, wholly or partially, subject to change without notice. All rights reserved. Duplication of this document, either in w hole or part is prohibited without the written permission of Rene sas Technology Europe Limited. Trademarks All brand or product names used in this manual are trademarks or registere ...

  • Renesas REG10J0083-0100 - page 4

    Chapter 2. Introduction This manual is designed to answer , in tutorial form, the most common questions asked about using a Renesas Starter Kit (RSK ): T he tutorials help explain the following: • How do I compile, link, download, and run a simple program on the RSK? • How do I build an embedded application? • How do I use Renesas’ tools? T ...

  • Renesas REG10J0083-0100 - page 5

    Chapter 3. T utorial Project W orksp ace The workspace includes all of the files for two build configurat ions. The tutorial code is common to both the Debug and the Rel ease build configurations. The tutorial is designed to show how code can be written, debugged then downloaded in a ‘Release’ situation. The build configuration menu in High-per ...

  • Renesas REG10J0083-0100 - page 6

    Chapter 4. Project W orksp ace 4.1. Introduction HEW is an integrated development tool that allows the user to write, compile, program and debug a software project on any of th e Renesas Microcontrollers. HEW will have been installed during the insta llation of the software support for the RSK product. This manual will describe the stages required ...

  • Renesas REG10J0083-0100 - page 7

    • Click <OK> to start the R SK Project Generator wizard. The next dialog presents the example projects available. Choose the Tutorial code which will be explained later in this manual. There is also an option for Sample code which provides examples for us ing various peripherals. This will open a new dialog a llowing the selection of many c ...

  • Renesas REG10J0083-0100 - page 8

    Chapter 5. Building the T utorial Project The tutorial project build settings have been pre-configured in the tool-chain options. To view the tool chain options select t he ‘Build’ Menu item and the relevant tool-chain. This shoul d be the first option(s) on the drop down menu. The dialog that is displayed will be specific to the tool-chain sel ...

  • Renesas REG10J0083-0100 - page 9

    5.2. Connecting the debugger For this tutorial it is necessary for y ou to power the RSK from the supplied PSU. T he E10A module will be powered via the USB c able. Please be aware that if you have too many devices connected to your USB port it may be shut down by Windows. If this happens re move some devices and try again. Alternatively you can pr ...

  • Renesas REG10J0083-0100 - page 10

    • Enter ID code as ‘0000E10A’. • The Flash Memory write program is downloaded. • The Output window in HEW will state ‘Connected’ Now is a good time to save the HEW session. • Select ‘File’ | ‘Save Session’. If you have changed any workspace settings now is a good time to save the workspace. • Select ‘File’ | ‘Save Wo ...

  • Renesas REG10J0083-0100 - page 11

    Chapter 6. Downloading and Running the T utorial Once the code has been built in HEW it needs to be downloaded to the RSK. There will now be an additional category in the workspace view for ‘Download Modules’ • Right click on the download module listed and select ‘Download’. On completion the debugger and code are ready to be executed. To ...

  • Renesas REG10J0083-0100 - page 12

    the column to the left of the breakpoint column. Eight eventpoints can be set. Even tpoints do not require programming the flash memory, and thus are faster to use. • Press ‘Reset Go’ on the Debug Toolbar. The code will execute to the breakpoint. At this point all the device initialisation wil l have been completed. • Press ‘Step In’ on ...

  • Renesas REG10J0083-0100 - page 13

    • Right click on the ‘FlashLEDs(); function and select ‘Go to cursor’. The code will execute to the selected line and stop. An automat ic breakpoint was inserted in the code and then removed after ca lling the break. • Press ‘Step Over’ on the Debug Toolbar. The code will run and flash the LEDs 200 times. The debugger will n o t exit ...

  • Renesas REG10J0083-0100 - page 14

    • Press <Stop> on the debug toolbar. • Press ‘CTRL-B’ to open the breakpoint window. • Select ‘Remove All’ • Press <OK>. • Open the file ‘main.c’ • Insert a breakpoint on ‘Statics_Test();’. The statics test is used to demonstrate that the initialisati on has successfully copied all init ialised variables from ...

  • Renesas REG10J0083-0100 - page 15

    replacement string. • Remove the breakpoint • Right click on the ‘DisplayString();’ function call after the loop and select ‘Go to cursor’. This shows that the variable was initialised at program start up and can be overwritten with ‘TESTTEST’. You have now run the tutorial code and used many of the common f eatures of the debugger. ...

  • Renesas REG10J0083-0100 - page 16

    Chapter 7. Project Files 7.1. Standard Project Files The RSK tutorials are configured so that it is possible to provide the same tutorial code on multiple RSK products. This allows the evaluation of the different processor cores using equivalent c ode. To achieve this, the following f iles are common between all device cores and Tool-chains. Each o ...

  • Renesas REG10J0083-0100 - page 17

    7.1.3. Main tutorial code (main.c / main.h) The main tutorial code is common to all tutorial projects. T he display initialisation and string display functions operate on the LCD display module. Check compatibility with ks0066u controller and pin c onnection on the schematic before connecting a LCD module not supp lied by Renesas. 15 ...

  • Renesas REG10J0083-0100 - page 18

    16 Chapter 8. Additional Information For details on how to use High-performance Embedded Workshop (HEW), refer to the HEW man ual available on the CD or from the web site. Further information available for this pr oduct can be found on the Renesas website at: http://www.renesas.com/renesas_starter_kits General information on Renesas Microcontroller ...

  • Renesas REG10J0083-0100 - page 19

    Renesas S tarter Kit for H8S/2472 T utorial Manual Publication Date Rev .1.00 28.08.2008 Published by: Renesas T echnology Europe Ltd. Dukes Meadow , Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK ©2008 Renesas T echnology E urope and Renesas Solutions Corp., All Rights Reserved. ...

  • Renesas REG10J0083-0100 - page 20

    Renesas S tarter Kit for H8S/2472 T utorial Manual Renesas T echnology Europe Lt d. Dukes Meadow , Millboard Road, Bourne End, Bucki ngham shire, SL8 5FH, UK ...

Manufacturer Renesas Category Computer Hardware

Documents that we receive from a manufacturer of a Renesas REG10J0083-0100 can be divided into several groups. They are, among others:
- Renesas technical drawings
- REG10J0083-0100 manuals
- Renesas product data sheets
- information booklets
- or energy labels Renesas REG10J0083-0100
All of them are important, but the most important information from the point of view of use of the device are in the user manual Renesas REG10J0083-0100.

A group of documents referred to as user manuals is also divided into more specific types, such as: Installation manuals Renesas REG10J0083-0100, service manual, brief instructions and user manuals Renesas REG10J0083-0100. Depending on your needs, you should look for the document you need. In our website you can view the most popular manual of the product Renesas REG10J0083-0100.

A complete manual for the device Renesas REG10J0083-0100, how should it look like?
A manual, also referred to as a user manual, or simply "instructions" is a technical document designed to assist in the use Renesas REG10J0083-0100 by users. Manuals are usually written by a technical writer, but in a language understandable to all users of Renesas REG10J0083-0100.

A complete Renesas manual, should contain several basic components. Some of them are less important, such as: cover / title page or copyright page. However, the remaining part should provide us with information that is important from the point of view of the user.

1. Preface and tips on how to use the manual Renesas REG10J0083-0100 - At the beginning of each manual we should find clues about how to use the guidelines. It should include information about the location of the Contents of the Renesas REG10J0083-0100, FAQ or common problems, i.e. places that are most often searched by users in each manual
2. Contents - index of all tips concerning the Renesas REG10J0083-0100, that we can find in the current document
3. Tips how to use the basic functions of the device Renesas REG10J0083-0100 - which should help us in our first steps of using Renesas REG10J0083-0100
4. Troubleshooting - systematic sequence of activities that will help us diagnose and subsequently solve the most important problems with Renesas REG10J0083-0100
5. FAQ - Frequently Asked Questions
6. Contact detailsInformation about where to look for contact to the manufacturer/service of Renesas REG10J0083-0100 in a specific country, if it was not possible to solve the problem on our own.

Do you have a question concerning Renesas REG10J0083-0100?

Use the form below

If you did not solve your problem by using a manual Renesas REG10J0083-0100, ask a question using the form below. If a user had a similar problem with Renesas REG10J0083-0100 it is likely that he will want to share the way to solve it.

Copy the text from the picture

Comments (0)