Renesas H8/36079 manual

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

Ir a la página of

Buen manual de instrucciones

Las leyes obligan al vendedor a entregarle al comprador, junto con el producto, el manual de instrucciones Renesas H8/36079. La falta del manual o facilitar información incorrecta al consumidor constituyen una base de reclamación por no estar de acuerdo el producto con el contrato. Según la ley, está permitido adjuntar un manual de otra forma que no sea en papel, lo cual últimamente es bastante común y los fabricantes nos facilitan un manual gráfico, su versión electrónica Renesas H8/36079 o vídeos de instrucciones para usuarios. La condición es que tenga una forma legible y entendible.

¿Qué es un manual de instrucciones?

El nombre proviene de la palabra latina “instructio”, es decir, ordenar. Por lo tanto, en un manual Renesas H8/36079 se puede encontrar la descripción de las etapas de actuación. El propósito de un manual es enseñar, facilitar el encendido o el uso de un dispositivo o la realización de acciones concretas. Un manual de instrucciones también es una fuente de información acerca de un objeto o un servicio, es una pista.

Desafortunadamente pocos usuarios destinan su tiempo a leer manuales Renesas H8/36079, sin embargo, un buen manual nos permite, no solo conocer una cantidad de funcionalidades adicionales del dispositivo comprado, sino también evitar la mayoría de fallos.

Entonces, ¿qué debe contener el manual de instrucciones perfecto?

Sobre todo, un manual de instrucciones Renesas H8/36079 debe contener:
- información acerca de las especificaciones técnicas del dispositivo Renesas H8/36079
- nombre de fabricante y año de fabricación del dispositivo Renesas H8/36079
- condiciones de uso, configuración y mantenimiento del dispositivo Renesas H8/36079
- marcas de seguridad y certificados que confirmen su concordancia con determinadas normativas

¿Por qué no leemos los manuales de instrucciones?

Normalmente es por la falta de tiempo y seguridad acerca de las funcionalidades determinadas de los dispositivos comprados. Desafortunadamente la conexión y el encendido de Renesas H8/36079 no es suficiente. El manual de instrucciones siempre contiene una serie de indicaciones acerca de determinadas funcionalidades, normas de seguridad, consejos de mantenimiento (incluso qué productos usar), fallos eventuales de Renesas H8/36079 y maneras de solucionar los problemas que puedan ocurrir durante su uso. Al final, en un manual se pueden encontrar los detalles de servicio técnico Renesas en caso de que las soluciones propuestas no hayan funcionado. Actualmente gozan de éxito manuales de instrucciones en forma de animaciones interesantes o vídeo manuales que llegan al usuario mucho mejor que en forma de un folleto. Este tipo de manual ayuda a que el usuario vea el vídeo entero sin saltarse las especificaciones y las descripciones técnicas complicadas de Renesas H8/36079, como se suele hacer teniendo una versión en papel.

¿Por qué vale la pena leer los manuales de instrucciones?

Sobre todo es en ellos donde encontraremos las respuestas acerca de la construcción, las posibilidades del dispositivo Renesas H8/36079, el uso de determinados accesorios y una serie de informaciones que permiten aprovechar completamente sus funciones y comodidades.

Tras una compra exitosa de un equipo o un dispositivo, vale la pena dedicar un momento para familiarizarse con cada parte del manual Renesas H8/36079. Actualmente se preparan y traducen con dedicación, para que no solo sean comprensibles para los usuarios, sino que también cumplan su función básica de información y ayuda.

Índice de manuales de instrucciones

  • Página 1

    REG10J0077-0100 Renesas Starter Kit for H8/36079 Tutorial Manual RENESAS SINGLE-CHIP MICROCOMPUTER Rev .01.00 Renesas T echnology Europe Ltd. Revision date: 17 .OCT .2007 www .renes as.com[...]

  • Página 2

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

  • Página 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[...]

  • Página 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? Th[...]

  • Página 5

    Chapter 3. T utorial Project Wo rksp ace The workspace includes all of the files for two build configurat ion s. 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-pe[...]

  • Página 6

    Chapter 4. Project W orkspace 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 t[...]

  • Página 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 ope n a new dialog allowing the selectio n of many [...]

  • 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 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[...]

  • Página 9

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

  • Página 10

    • Enter ID code as ‘0E8A’. • 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 Worksp[...]

  • Página 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[...]

  • Página 12

    • Place a breakpoint at the call to main(); Breakpoints can be set by double clicking in the column containing the PC arrow next to the line to break at; or selecting the line and pressing F9; or right click on the line and select ‘Toggl e breakpoint’. Alternatively set a event point, by clicking in the column to the left of the breakpoint co[...]

  • Página 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 Tool Bar. The code will run and flash the LEDs 200 times. The debugger will n o t exit[...]

  • Página 14

    • Press <Stop> on the debug tool bar. • 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 fro[...]

  • Página 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.[...]

  • Página 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[...]

  • Página 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 b y Renesas. 15[...]

  • Página 18

    Chapter 8. Additional Information For details on how to use High-performance Embedded Workshop (HEW), refer to the HEW man ual availab le 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 Microcontrollers [...]

  • Página 19

    Renesas S ta r ter Kit for H8/3607 9 T utorial Manual Publication Date Rev .01.00 17.OCT .2007 Renesas T echnology Europe Ltd. Published by: Dukes Meadow , Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK ©2007 Renesas T echn ology Euro pe and Renes as Solutions C orp., All Rights Reserved.[...]

  • Página 20

    Renesas S tarter Kit for H8/36079 T utorial Manual Renesas T echnology Europe Ltd. Dukes Meadow , Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK[...]