Renesas 740 Family manual

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

Ir para a página of

Bom manual de uso

As regras impõem ao revendedor a obrigação de fornecer ao comprador o manual com o produto Renesas 740 Family. A falta de manual ou informações incorretas fornecidas ao consumidor são a base de uma queixa por não conformidade do produto com o contrato. De acordo com a lei, pode anexar o manual em uma outra forma de que em papel, o que é frequentemente utilizado, anexando uma forma gráfica ou manual electrónicoRenesas 740 Family vídeos instrutivos para os usuários. A condição é uma forma legível e compreensível.

O que é a instrução?

A palavra vem do latim "Instructio" ou instruir. Portanto, no manual Renesas 740 Family você pode encontrar uma descrição das fases do processo. O objetivo do manual é instruir, facilitar o arranque, a utilização do equipamento ou a execução de determinadas tarefas. O manual é uma coleção de informações sobre o objeto / serviço, um guia.

Infelizmente, pequenos usuários tomam o tempo para ler o manual Renesas 740 Family, e um bom manual não só permite conhecer uma série de funcionalidades adicionais do dispositivo, mas evita a formação da maioria das falhas.

Então, o que deve conter o manual perfeito?

Primeiro, o manual Renesas 740 Family deve conte:
- dados técnicos do dispositivo Renesas 740 Family
- nome do fabricante e ano de fabricação do dispositivo Renesas 740 Family
- instruções de utilização, regulação e manutenção do dispositivo Renesas 740 Family
- sinais de segurança e certificados que comprovam a conformidade com as normas pertinentes

Por que você não ler manuais?

Normalmente, isso é devido à falta de tempo e à certeza quanto à funcionalidade específica do dispositivo adquirido. Infelizmente, a mesma ligação e o arranque Renesas 740 Family não são suficientes. O manual contém uma série de orientações sobre funcionalidades específicas, a segurança, os métodos de manutenção (mesmo sobre produtos que devem ser usados), possíveis defeitos Renesas 740 Family e formas de resolver problemas comuns durante o uso. No final, no manual podemos encontrar as coordenadas do serviço Renesas na ausência da eficácia das soluções propostas. Atualmente, muito apreciados são manuais na forma de animações interessantes e vídeos de instrução que de uma forma melhor do que o o folheto falam ao usuário. Este tipo de manual é a chance que o usuário percorrer todo o vídeo instrutivo, sem ignorar especificações e descrições técnicas complicadas Renesas 740 Family, como para a versão papel.

Por que ler manuais?

Primeiro de tudo, contem a resposta sobre a construção, as possibilidades do dispositivo Renesas 740 Family, uso dos acessórios individuais e uma gama de informações para desfrutar plenamente todos os recursos e facilidades.

Após a compra bem sucedida de um equipamento / dispositivo, é bom ter um momento para se familiarizar com cada parte do manual Renesas 740 Family. Atualmente, são cuidadosamente preparados e traduzidos para sejam não só compreensíveis para os usuários, mas para cumprir a sua função básica de informação

Índice do manual

  • Página 1

    REJ10J1334-0200 Renesas Starter Ki t for 3803L Tutorial Manual (for M3T-SRA74) RENESAS SINGLE-CHIP 8-BI T CMOS MICROCOMPUTER 740 F AMIL Y Rev .2.0 0 Renesas Sol utions Cor p. Revision date: Aug.10,2007 www .renesas. com[...]

  • Página 2

    Table of Contents Chapter 1. Prefac e .................................................................................................................................................. 1 Chapter 2. I ntroductio n .........................................................................................................................................[...]

  • Página 3

    Chapter 1. Preface Cautions This document may be, wholly or partially, subject to change witho ut notice. All rights reserved. Duplication of this document, either in whole or part is prohibited without the written permission of Rene sas Solutions Corporation. Trademarks All brand or product names used in this manual are trademarks or registered tr[...]

  • Página 4

    Chapter 2. Introductio n This manual is designed to answer, in tutorial form, the most common questions asked about using the Renesas Starter Kit: The t utorials help explain the following: • How do I compile, link, download, and run a simple program on the Renesas Starter Kit? • How do I build an embedded application? • How do I use Renesas?[...]

  • Página 5

    Chapter 3. T utorial Project Wo rkspace The workspace includes all of the files for two build conf igurat ions. The tutorial code is common to b oth the Debug and the Rel eas e bui ld configurations. The tutorial is desi gned to show how code can be w ritten, debugged then downloaded in a ‘Debug’ situatio n. The build configuration menu in High[...]

  • Página 6

    Chapter 4. Project W orkspace 4.1. Introduction High-performance Embedded Workshop is an integrated development tool that allows the user to write, compile, program and deb ug a software project on any of the Renesas Microcontrollers. High-performance Embedded Workshop will have been in stalled during the installation of the software support for th[...]

  • Página 7

    The next dialog presents the three types of example project available: 1. Tutorial: This is the one of interest at this time; the code is explained later in this manual. 2. Sample code: this provides examples for using various peripherals . If you select th is and c lick < Next> it will open a new d ialo g allowing the selection of many code [...]

  • Página 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 the ‘Build’ menu item and the relevant tool-chain. This s hould be the first option on the drop down menu. The dialog that is displayed will b e specific to the tool-chain select[...]

  • Página 9

    5.2. Connecting the debugger For this tutorial it is not necessary to provide an external power sup ply to the board. The power will be obtained from the USB port. Pl ease be aware that if you have too many devices connected to your US B port it may be shut down by Wi ndows. If this happens remove so me devices and try again. Alternatively provi de[...]

  • Página 10

    • The Flash Memory write pro gram will be downloaded to the target. • The Output window in High-performance Embedded Workshop will sho w ‘ Connected’. Note: The connection to the target will activate the debugger buttons on the High-performance Embedded Workshop toolbar. Now is a good time to save the High-performance Embedded Workshop sess[...]

  • Página 11

    Chapter 6. Downloadi ng and Runnin g the T utorial Once the code has been built in High-performance Embedded Workshop it needs to be downloaded to the Renesas Starter Kit itself. There will now be an additional category in t he workspace view for ‘Download Modules’ • Right click on the download module listed and select ‘Download’. Note: T[...]

  • Página 12

    • Place a breakpoint at the call to InitialiseDisplay subroutine. Breakpoints can only be set when the E8a is connected to the tar get and the module is downloaded. Br eak po int s can b e set by double-clicking in the grey column containing the PC arrow next to the line to break at; or s electing the line and pressing F9; or right click on the l[...]

  • Página 13

    The code will execute to the selected line and stop. An automatic 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 w ill not exit until all 200 flashes ha ve completed or a button is pressed on the Renesas Start[...]

  • Página 14

    • Press ‘CTRL-B’ to open the breakpoint window. This dialog is not available if user debugged using eventpoints as suggested at top of page 10. ‘CTRL-E’ will open the eventpoint window. Eventpoints can be viewed in Breakcondition tab of event window. • Press <Remove All>. • Press <OK> . • Open the file ‘main.a74’ •[...]

  • Página 15

    The dialog will close and a new pane will open in the work space containing the variable. • Press <Go To Memory> In the ASCII column on a Memory Window, it is possib le to see th at the string has been successfully initialised to ‘ STATIC ‘ . • Set a breakpoint on the call to DisplayString subroutine inside the for loop. • Press ‘[...]

  • Página 16

    Chapter 7. Project File s 7.1. Standard Project Files Each of the tutorial files has detailed comment text describi ng the function of each code entry. Please refer to the source cod e for greater detail on the purpose and operation of the assembler specific details. 7.1.1. Mai n tutorial code (mai n.a74 / mai n.inc) This is the entry point of the [...]

  • Página 17

    7.1.2. Board i niti alisation code (hw setup.a7 4) There are two stages to the configuration of the microcontroller device. The code to demonstrate this is therefore split into t wo functio ns. Each function is written specifically for the dev ice supported. The function calls are shown be low. 15[...]

  • Página 18

    Chapter 8. Additional Information For details on how to use High-performance E mbedded Workshop, refer to the High-performance Embedded Workshop manual 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 R[...]

  • Página 19

    Renesas Starter Ki t for 3803L Tutorial Manual (f or M3T- SRA74) Publicat ion Date Rev . 2.00 Aug.10,2 007 Publish ed b y: Renesas So lut ions Corp . 4-1-6, Mi yahara, Yod ogawa-k u, Osak a City, 532-0003 , Japan ©2007 Renesas Solutions Corp., Renesas T echnology Europe Lt d. and Renesas T echnology Corp. , All Rights Reserved.[...]

  • Página 20

    Renesas Star ter Kit for 3803L T utorial Manual (for M3T-SRA74) Renesas Solution s Corp. 4-1-6, Mi yahara, Y odoga wa-ku, O saka Cit y , 532-0003, Japan[...]