User's Manual

Table Of Contents
S3C2450X RISC MICROPROCESSOR PRODUCT OVERVIEW
1-57
Cautions on S3C2450 Special Registers
1. S3C2450 does not support the big endian mode.
2. The special registers have to be accessed for each recommended access unit.
3. All registers except ADC registers, RTC registers and UART registers must be read/write in word unit (32-bit).
4. Make sure that the ADC registers, RTC registers and UART registers be read/write by the specified access
unit and the specified address.
5. W : 32-bit register, which must be accessed by LDR/STR or int type pointer (int *).
HW : 16-bit register, which must be accessed by LDRH/STRH or short int type pointer (short int *).
B : 8-bit register, which must be accessed by LDRB/STRB or char type pointer (char int *).