English
Language : 

MC9S08SG8 Datasheet, PDF (177/310 Pages) Freescale Semiconductor, Inc – Microcontrollers
11.7 Initialization/Application Information
Module Initialization (Slave)
1. Write: IICC2
— to enable or disable general call
— to select 10-bit or 7-bit addressing mode
2. Write: IICA
— to set the slave address
3. Write: IICC1
— to enable IIC and interrupts
4. Initialize RAM variables (IICEN = 1 and IICIE = 1) for transmit data
5. Initialize RAM variables used to achieve the routine shown in Figure 11-3
Inter-Integrated Circuit (S08IICV2)
Module Initialization (Master)
1. Write: IICF
— to set the IIC baud rate (example provided in this chapter)
2. Write: IICC1
— to enable IIC and interrupts
3. Initialize RAM variables (IICEN = 1 and IICIE = 1) for transmit data
4. Initialize RAM variables used to achieve the routine shown in Figure 11-3
5. Write: IICC1
— to enable TX
6. Write: IICC1
— to enable MST (master mode)
7. Write: IICD
— with the address of the target slave. (The LSB of this byte will determine whether the communication is
master receive or transmit.)
Module Use
The routine shown in Figure 11-3 can handle both master and slave IIC operations. For slave operation, an
incoming IIC message that contains the proper address will begin IIC communication. For master operation,
communication must be initiated by writing to the IICD register.
Register Model
IICA
AD[7:1]
0
Address to which the module will respond when addressed as a slave (in slave mode)
IICF
MULT
ICR
Baud rate = BUSCLK / (2 x MULT x (SCL DIVIDER))
IICC1 IICEN IICIE
MST
TX
TXAK RSTA
Module configuration
IICS TCF IAAS BUSY ARBL
0
SRW
Module status flags
IICD
DATA
Data register; Write to transmit IIC data read to read IIC data
0
IICIF
0
RXAK
IICC2 GCAEN ADEXT
0
0
0
AD10 AD9 AD8
Address configuration
Figure 11-13. IIC Module Quick Start
MC9S08SG8 MCU Series Data Sheet, Rev. 0
Freescale Semiconductor
PRELIMINARY
177