Important – Renesas Emulation Probe for M32C/88 Group M30880T-EPB User Manual

Page 79

Advertising
background image

M30880T-EPB User’s Manual

4. Hardware Specifications

REJ10J0497-0100Z Rev.1.00 January 16, 2005

Page 79 of 100

IMPORTANT

Notes on Reset Vector Area:

For a reset vector area, memory of the emulator is always selected regardless of the setting of the EMEM dialog
box.

A reset vector area can be changed only when a program is stopped.

Notes on Stack Area:

With this product, a maximum 20 bytes of the user stack is consumed as a work area. Therefore, ensure the +20
byte maximum capacity used by the user program as the user stack area. If the user stack does not have enough
area, do not use areas which cannot be used as stack (SFR area, RAM area which stores data, or ROM area) as
work area. Using areas like this is a cause of user program crashes and destabilized emulator control.

With this product, the interrupt stack pointer (ISP) is set to 00500h and used as stack area after the reset is
released.

Notes on Maskable Interrupts:

Even if a user program is not being executed (including when run-time debugging is being performed), the
evaluation MCU keeps running so as to control the emulation probe. Therefore, timers and other components do
not stop running. If a maskable interrupt is requested when the user program is not being executed (including
when run-time debugging is being performed), the maskable interrupt request cannot be accepted, because the
emulator disables interrupts. The interrupt request is accepted immediately after the user program execution is
started.

Take note that when the user program is not being executed (including when run-time debugging is being
performed), a peripheral I/O interruption is not accepted.

Notes on Access Prohibited Area:

The emulator control register (000020h--00003Fh) in the SFR is read- and write-protected. When this register is
accessed, emulator control cannot be utilized.

With this product, address FFFFFFh cannot be read or written in correctly.

Note on DMA Transfer:

With this product, the user program is stopped with a loop program to a specific address. Therefore, if a DMA
request is generated by a timer or other source while the user program is stopped, DMA transfer is executed.
However, make note of the fact that DMA transfer while the program is stopped may not be performed
correctly. Also note that the below registers have been changed to generate DMA transfer as explained here
even when the user program is stopped.

(1) DMA0 transfer count register DCT0
(2) DMA1 transfer count register DCT1
(3) DMA0 memory address register DMA0
(4) DMA1 memory address register DMA1
(5) DMA2 transfer count register DCT2 (R0)
(6) DMA3 transfer count register DCT3 (R1)
(7) DMA2 memory address register DMA2 (A0)
(8) DMA3 memory address register DMA3 (A1)

Advertising