English
Language : 

D784927_15 Datasheet, PDF (27/99 Pages) Renesas Technology Corp – 16-BIT SINGLE-CHIP MICROCONTROLLER
µPD784927, 784928, 784927Y, 784928Y
3.3 Special Function Registers (SFRs)
Special function registers are assigned special functions and mapped to a 256-byte space of addresses FF00H
through FFFFH. These registers include mode registers and control registers that control the internal peripheral
hardware units.
Caution Do not access an address to which no SFR is assigned. If such an address is accessed by
mistake, the µPD784927 may be deadlocked. This deadlock can be cleared only by reset input.
Table 3-1 lists the special function registers (SFRs). The meanings of the symbols in this table are as follows:
• Symbol .................................... Abbreviation of an SFR. This abbreviation is reserved for NEC’s assembler
(RA78K4). With a C compiler (CC78K4), the abbreviation can be used as sfr
variable by the #pragma sfr instruction.
• R/W ......................................... Indicates whether the SFR in question can be read or written.
R/W : Read/write
R : Read only
W : Write only
• Bit length ................................. Indicates the bit length (word length) of the SFR.
• Bit units for manipulation ....... Indicates bit units in which the SFR in question can be manipulated. An SFR that
can be manipulated in 16-bit units can be used as the operand sfrp of an
instruction. Specify an even address to manipulate this SFR.
An SFR that can be manipulated in 1-bit units can be used for a bit manipulation
instruction.
• After clearing reset ................. Indicates the status of each register immediately after clearing reset.
Caution The addresses shown in Table 3-1 are used when the LOCATION 0H instruction is executed. Add
“F0000H” to the address values shown in the table when the LOCATION 0FH instruction is
executed.
Data Sheet U12255EJ2V1DS
25