Renesas REG10J0083-0100の取扱説明書

20ページ 0.41 mb
ダウンロード

ページに移動 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 ...

メーカー Renesas カテゴリー Computer Hardware

Renesas REG10J0083-0100のメーカーから受け取ることができるドキュメントは、いくつかのグループに分けられます。その一部は次の通りです:
- #BRANDの図面#
- REG10J0083-0100の取扱説明書
- Renesasの製品カード
- パンフレット
- またはRenesas REG10J0083-0100の消費電力シール
それらは全部重要ですが、デバイス使用の観点から最も重要な情報は、Renesas REG10J0083-0100の取扱説明書に含まれています。

取扱説明書と呼ばれる文書のグループは、Renesas REG10J0083-0100の取り付け説明書、サービスマニュアル、簡易説明書、またはRenesas REG10J0083-0100のユーザーマニュアル等、より具体的なカテゴリーに分類されます。ご必要に応じてドキュメントを検索しましょう。私たちのウェブサイトでは、Renesas REG10J0083-0100の製品を使用するにあたって最も人気のある説明書を閲覧できます。

関連する取扱説明書

Renesas REG10J0083-0100デバイスの取扱説明書はどのようなものですか?
取扱説明書は、ユーザーマニュアル又は単に「マニュアル」とも呼ばれ、ユーザーがRenesas REG10J0083-0100を使用するのを助ける技術的文書のことです。説明書は通常、全てのRenesas REG10J0083-0100ユーザーが容易に理解できる文章にて書かれており、その作成者はその分野の専門家です。

Renesasの取扱説明書には、基本的な要素が記載されているはずです。その一部は、カバー/タイトルページ、著作権ページ等、比較的重要度の低いものです。ですが、その他の部分には、ユーザーにとって重要な情報が記載されているはずです。

1. Renesas REG10J0083-0100の説明書の概要と使用方法。説明書にはまず、その閲覧方法に関する手引きが書かれているはずです。そこにははRenesas REG10J0083-0100の目次に関する情報やよくある質問、最も一般的な問題に関する情報を見つけられるはずです。つまり、それらはユーザーが取扱説明書に最も期待する情報なのです。
2. 目次。Renesas REG10J0083-0100に関してこのドキュメントで見つけることができる全てのヒントの目次
3. Renesas REG10J0083-0100デバイスの基本機能を使うにあたってのヒント。 Renesas REG10J0083-0100のユーザーが使い始めるのを助けてくれるはずです。
4. トラブルシューティング。Renesas REG10J0083-0100に関する最も重要な問題を診断し、解決するために役立つ体系化された手続き
5. FAQ。よくある質問
6. 連絡先。一人では問題を解決できない場合に、その国におけるRenesas REG10J0083-0100のメーカー/サービスへの連絡先に関する情報。

Renesas REG10J0083-0100についてご質問がありますか?

次のフォームを使用してください

見つけた説明書を読んでもRenesas REG10J0083-0100の問題を解決できない場合、下記のフォームを使用して質問をしましょう。ユーザーのどなたかがRenesas REG10J0083-0100で同様の問題を抱えていた場合、その解決方法を共有したいと考えるかもしれません。

画像のテキストを入力してください

コメント (0)