Renesas HEW Target User Manual

Browse online or download User Manual for Servers Renesas HEW Target. Renesas HEW Target User`s manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 34
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
QP Development Kit for Renesas RX with HEW Compiler
QP™ Development Kit (QDK)
Renesas RX with HEW
Document Revision F
October 2012
Copyright © Quantum Leaps, LLC
www.state-machine.com
Page view 0
1 2 3 4 5 6 ... 33 34

Summary of Contents

Page 1 - Renesas RX with HEW

QP Development Kit for Renesas RX with HEW CompilerQP™ Development Kit (QDK) Renesas RX with HEWDocument Revision FOctober 2012Copyright © Quantum Lea

Page 2 - Table of Contents

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx2.2 Setting up HEW PlaceholdersThe HEW project files in

Page 3 - 1 Introduction

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rxDebug - this configuration is built with full debugging

Page 4 - 1.1 About QP™

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx2.4 Building the ExamplesThe examples accompanying this

Page 5 - 1.3 About this QDK-RX

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx2.5 Running the ExamplesYou program the code into the f

Page 6 - 1.4 Licensing QP™

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rxFigure 7: Screen shot from the QSPY run12 of 32

Page 7 - 1.5 Licensing QM™

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx3 The Renesas RX CPUThis section provides a very quick

Page 8 - 2 Getting Started

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rxThe PSW has an interrupt control bit (PSW[I], bit 16) t

Page 9

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rxFigure 10: RX exception processingAfter vectoring to th

Page 10

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx3.5 RX CPU Interrupt Processing (Software)The Renesas R

Page 11

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx4 Non-Preemptive “Vanilla” PortThe “Vanilla” port shows

Page 12 - 2.4 Building the Examples

Copyright © Quantum Leaps, LLC. All Rights Reserved.Table of Contents1 Introduction

Page 13 - 2.5 Running the Examples

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx

Page 14

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx(12-13) The Renesas RX compiler requires this unusual s

Page 15 - 3 The Renesas RX CPU

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx4.3.2 Saving and Restoring the Accumulator in the ISRsT

Page 16 - 3.3 RX CPU Stacks

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx(2-3) The idle LED (LED12 of the YRDKRX62N board) is to

Page 17

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rxListing 10: Startup code in resetprg.c #pragma sect

Page 18

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx5 Preemptive QK PortThis section describes how to use Q

Page 19 - 4.2 The qf_port.h Header File

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx (8) --QK_intNest_; \ (9) if (QK_intNest_ == (u

Page 20

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rxNOTE: The extended QK scheduler is used, instead of the

Page 21

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx5.4.2 Saving and Restoring the Accumulator in the ISRsT

Page 22

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx5.4.3 Idle loop customization in the QK portAs describe

Page 23

Copyright © Quantum Leaps, LLC. All Rights Reserved.1 IntroductionThis QP Development Kit™ (QDK) describes how to use the QP/C™ and QP™/C++ state mach

Page 24

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx6 QS Software Tracing InstrumentationQuantum Spy (QS) i

Page 25 - 5 Preemptive QK Port

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx(4) This omitted piece of code performs the hardware-sp

Page 26

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx6.3 QS Time Stamp Callback QS_onGetTime() The platform-

Page 27

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx7 Related Documents and ReferencesDocument Location[PSi

Page 28 - compiler

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx8 Contact InformationQuantum Leaps, LLC103 Cobble Ridge

Page 29

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rxThe actual hardware/software used to test this QDK is d

Page 30

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rxAs shown in Figure 2, QP consists of a universal UM-com

Page 31

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rxFigure 3: The example model opened in the QM™ modeling

Page 32

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx The GNU General Public License version 2 (GPL) as pub

Page 33

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx2 Getting StartedThis section describes how to install,

Page 34 - 8 Contact Information

Copyright © Quantum Leaps, LLC. All Rights Reserved.QDK™Renesas RX with HEWstate-machine.com/rx | | | | | +-bsp.c - BSP for the YRDKRX62N (non

Comments to this Manuals

No comments