Renesas REJ06B0732-0100 user manual

User manual for the device Renesas REJ06B0732-0100

Device: Renesas REJ06B0732-0100
Category: Computer Hardware
Manufacturer: Renesas
Size: 0.08 MB
Added : 7/24/2014
Number of pages: 13
Print the manual

Download

How to use this site?

Our goal is to provide you with a quick access to the content of the user manual for Renesas REJ06B0732-0100. Using the online preview, you can quickly view the contents and go to the page where you will find the solution to your problem with Renesas REJ06B0732-0100.

For your convenience

If looking through the Renesas REJ06B0732-0100 user manual directly on this website is not convenient for you, there are two possible solutions:

  • Full Screen Viewing - to easily view the user manual (without downloading it to your computer), you can use full-screen viewing mode. To start viewing the user manual Renesas REJ06B0732-0100 on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual Renesas REJ06B0732-0100 to your computer and keep it in your files. However, if you do not want to take up too much of your disk space, you can always download it in the future from ManualsBase.
Renesas REJ06B0732-0100 User manual - Online PDF
Advertisement
« Page 1 of 13 »
Advertisement
Print version

Many people prefer to read the documents not on the screen, but in the printed version. The option to print the manual has also been provided, and you can use it by clicking the link above - Print the manual. You do not have to print the entire manual Renesas REJ06B0732-0100 but the selected pages only. paper.

Summaries

Below you will find previews of the content of the user manuals presented on the following pages to Renesas REJ06B0732-0100. If you want to quickly view the content of pages found on the following pages of the manual, you can use them.

Abstracts of contents
Summary of the content on the page No. 1

APPLICATION NOTE
SH7211 Group
Data Transfer between On-chip RAM Areas with DMAC (Cycle-Stealing Mode)
Introduction
This application note describes the operation of the DMAC, and is intended for reference to help in the design of user
software.
Target Device
SH7211
Contents
1. Introduction ....................................................................................................................................... 2
2. Description of Sample Application ........................

Summary of the content on the page No. 2

SH7211 Group Data Transfer between On-chip RAM Areas with DMAC (Cycle-Stealing Mode) 1. Introduction 1.1 Specification • DMAC channel 0 is used. • Auto-request mode is used as the interrupt source for activating DMA transfer. • Cycle-stealing mode is used as the bus mode. 1.2 Used Module • Direct memory access controller (DMAC channel 0) 1.3 Applicable Conditions • Microcontroller: SH7211 • Operating Frequency: Internal clock 160 MHz Bus clock 40 MHz Peripheral clock 40 MH

Summary of the content on the page No. 3

SH7211 Group Data Transfer between On-chip RAM Areas with DMAC (Cycle-Stealing Mode) 2. Description of Sample Application In this sample application, the direct memory access controller (DMAC) is set to auto request mode to transfer 512- Kbtyte data stored in the on-chip RAM to another address. 2.1 Operation of Modules Used When a DMA transfer request is made, the DMAC starts to transfer data in accordance with the priority order of channels and continues the transfer operation until the

Summary of the content on the page No. 4

SH7211 Group Data Transfer between On-chip RAM Areas with DMAC (Cycle-Stealing Mode) In the normal mode of cycle stealing, bus mastership is given to another bus master after each DMA transfer of one transfer unit (byte, word, longword, or 16-byte unit). When a subsequent transfer request occurs, bus mastership is obtained from the other bus master and transfer proceeds for one transfer unit. When that transfer ends, the bus mastership is passed to another bus master. This is repeated unti

Summary of the content on the page No. 5

SH7211 Group Data Transfer between On-chip RAM Areas with DMAC (Cycle-Stealing Mode) DMAC module RDMATCR_n On-chip Iteration memory DMATCR_n control On-chip RSAR_n peripheral Register module control SAR_n RDAR_n Start-up control DAR_n DMA transfer request signal CHCR_n DMA transfer acknowledge signal Request HEIn priority DMAOR Interrupt controller control DEIn DMARS0 to DMARS3 External ROM Bus interface External RAM External device (memory mapped) Bus state External device contro

Summary of the content on the page No. 6

SH7211 Group Data Transfer between On-chip RAM Areas with DMAC (Cycle-Stealing Mode) 2.2 Operational Description of Sample Program The settings of the DMAC for the sample program are listed in table 4. Also, the operation of the sample program is illustrated in figure 4. Table 4 Settings of DMAC DMA transfer condition Auto request mode Channel CH0 Length of transfer data 4 bytes Maximum transfer count 128 transfers (128 × data length of 4 bytes = 512-byte data) Address mode Dual addres

Summary of the content on the page No. 7

SH7211 Group Data Transfer between On-chip RAM Areas with DMAC (Cycle-Stealing Mode) 2.3 Procedure for Setting Modules This section describes the procedure for making initial settings when the DMAC is to be used to transfer data between locations within the on-chip RAM. Auto request mode is used for the transfer requests. By default, the on-chip peripheral modules of this MCU are in module standby mode. Whenever any of these modules is to be used, be sure to take it out of module standby m

Summary of the content on the page No. 8

SH7211 Group Data Transfer between On-chip RAM Areas with DMAC (Cycle-Stealing Mode) DMAC_init [1] Disable DMA transfer Set the DE (DMA enable) bit to 0 Set DMA channel control register [1] Disable DMA transfer (CHCR_0) [2] Set the DMA transfer source address (SAR_0) Specify the DMA transfer source address Set DMA source address register [2] (SAR_0) [3] Set the DMA transfer destination address (DAR_0) Specify the DMA transfer destination address Set DMA destination address [4] Specify th

Summary of the content on the page No. 9

SH7211 Group Data Transfer between On-chip RAM Areas with DMAC (Cycle-Stealing Mode) 2.4 Register Settings for Sample Program 2.4.1 Clock Pulse Generator (CPG) The settings of the clock pulse generator for the sample program are described in table 5. Table 5 Settings of Clock Pulse Generator Register Name Address Setting Value Description Frequency control H’FFFE0010 H’1303 CKOEN = “B’1”: output clocks register (FRQCR) STC[1:0] = “B’00”: frequency multiplication ratio of PLL circuit ×

Summary of the content on the page No. 10

SH7211 Group Data Transfer between On-chip RAM Areas with DMAC (Cycle-Stealing Mode) 2.4.3 Direct Memory Access Controller (DMAC) The settings of DMAC registers for the sample program are described in table 7. Table 7 Settings of DMAC Registers Register Name Address Setting Value Description DMA source address H’FFFE1000 H’FFF81000 Transfer source start address register 0 (SAR) DMA destination address H’FFFE1004 H’FFF82000 Transfer destination start address register 0 (DAR) DMA transfe

Summary of the content on the page No. 11

SH7211 Group Data Transfer between On-chip RAM Areas with DMAC (Cycle-Stealing Mode) 3. Documents for Reference • Software Manual SH-2A, SH2A-FPU Software Manual The most up-to-date version of this document is available on the Renesas Technology Website. • Hardware Manual SH7211 Group Hardware Manual The most up-to-date version of this document is available on the Renesas Technology Website. REJ06B0732-0100/Rev.1.00 March 2008 Page 11 of 13

Summary of the content on the page No. 12

SH7211 Group Data Transfer between On-chip RAM Areas with DMAC (Cycle-Stealing Mode) Website and Support Renesas Technology Website http://www.renesas.com/ Inquiries http://www.renesas.com/inquiry csc@renesas.com Revision Record Description Rev. Date Page Summary 1.00 Mar.21.08 — First edition issued All trademarks and registered trademarks are the property of their respective owners. REJ06B0732-0100/Rev.

Summary of the content on the page No. 13

SH7211 Group Data Transfer between On-chip RAM Areas with DMAC (Cycle-Stealing Mode) Notes regarding these materials 1. This document is provided for reference purposes only so that Renesas customers may select the appropriate Renesas products for their use. Renesas neither makes warranties or representations with respect to the accuracy or completeness of the information contained in this document nor grants any license to any intellectual property rights or any other rights of Renesas or


Alternative user manuals
# User manual Category Download
1 Renesas FP-112B User manual Computer Hardware 0
2 Renesas FP-128 User manual Computer Hardware 1
3 Renesas H8/3334 Series User manual Computer Hardware 0
4 Renesas 32192 User manual Computer Hardware 4
5 Renesas H8/36024 User manual Computer Hardware 0
6 Renesas 3803L User manual Computer Hardware 0
7 Renesas EDK3687 User manual Computer Hardware 0
8 Renesas H8/3627 Series User manual Computer Hardware 0
9 Renesas 7542 User manual Computer Hardware 0
10 Renesas H8/3637 Series User manual Computer Hardware 0
11 Renesas FP-144 User manual Computer Hardware 0
12 Renesas DP-64S User manual Computer Hardware 0
13 Renesas FP-144G, FP-144H User manual Computer Hardware 1
14 Renesas FP-144F User manual Computer Hardware 0
15 Renesas H8/3007 User manual Computer Hardware 0
16 Sony MSAKIT-PC4A User manual Computer Hardware 2
17 Sony MRW62E-S1 2694866142 User manual Computer Hardware 5
18 Philips MATCH LINE 9596 User manual Computer Hardware 17
19 Sony 64GB SDHC Class 10 Memory Card Readers SF32UY User manual Computer Hardware 1
20 Philips PSC702 User manual Computer Hardware 1