beautypg.com

Intel STRONGARM SA-1100 User Manual

Page 182

background image

11-32

SA-1100

Developer’s Manual

Peripheral Control Module

The following table shows the location of all 10 bit-fields located in LCD control register 0
(LCCR0). The user must program the control bits within all other control registers before setting
LEN=1 (a word write can be used to configure LCCR0 while setting LEN after all other control
registers have been programmed), and also must disable the LCD controller when changing the
state of any control bit within the LCD controller. Note that writes to reserved bits are ignored and
reads return zeros.

Address: 0h B010 0000

LCCR0: LCD Control Register 0

Read/Write

Bit

31

30

29

28

27

26

25

24

23

22

21

20

19

18

17

16

Reserved

PDD<7:4>

Reset

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

Bit

15

14

13

12

11

10

9

8

7

6

5

4

3

2

1

0

PDD<3:0>

Reserved

DPD

BLE

PAS

Res.

ERM

BAM

LDM

SDS

CMS

LEN

Reset

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

Bit

Name

Description

0

LEN

LCD controller enable.

0 – LCD controller disabled. Control of L_PCLK, L_LCLK, L_FCLK, L_BIAS, and the
LDD<7:0> pins is given to the PPC unit to be used as general-purpose I/O pins.
1 – LCD controller enabled.

1

CMS

Color/monochrome select.

0 – Color operation enabled.
1 – Monochrome operation enabled.

2

SDS

Single-/dual-panel display select.

0 – Single-panel display enabled. LDD<3:0> used for monochrome, LDD<7:0> used for
color.
1 – Dual-panel display enabled. LDD<7:0> used for monochrome, LDD<7:0> and
GPIO<9:2> used for color (user must also program GPDR and GAFR registers within
the GPIO unit).

Note: SDS is ignored in active mode (PAS=1). For dual-panel operation, the user must
disable the LCD, set SDS, program the upper panel DMA base address, program the
lower panel DMA base address, and enable the LCD.

3

LDM

LCD disable done mask.

0 – LCD disable done condition generates an interrupt (state of LDD status sent to the
interrupt controller).
1 – LCD disable done condition does not generate an interrupt (LDD status bit ignored).

4

BAM

Base address update mask.

0 – Base address update condition generates an interrupt (state of BAU status sent to
the interrupt controller).
1 – Base address update condition does not generate an interrupt (BAU status bit
ignored).

5

ERM

Error mask.

0 – Bus error and FIFO over/underrun errors generate an interrupt (state of BER, IOL,
IUL, IOU, IUU, OOL, OUL, OUU status sent to the interrupt controller).
1 – Bus error and FIFO over/underrun errors do not generate an interrupt (BER, IOL,
IUL, IOU, IUU, OOL, OUL, OOU, OUU status bits ignored).

6

Reserved.