Freescale Semiconductor MCF51QE128RM manual Resets, General Call Address, Byte Transfer Interrupt

Models: MCF51QE128RM

1 424
Download 424 pages 63.71 Kb
Page 275
Image 275

13.4.3General Call Address

General calls can be requested in 7-bit address or 10-bit address. If the GCAEN bit is set, the IIC matches the general call address as well as its own slave address. When the IIC responds to a general call, it acts as a slave-receiver and the IAAS bit is set after the address cycle. Software must read the IICD register after the first byte transfer to determine whether the address matches is its own slave address or a general call. If the value is 00, the match is a general call. If the GCAEN bit is clear, the IIC ignores any data supplied from a general call address by not issuing an acknowledgement.

13.5Resets

The IIC is disabled after reset. The IIC cannot cause an MCU reset.

13.6Interrupts

The IIC generates a single interrupt.

An interrupt from the IIC is generated when any of the events in Table 13-12occur, provided the IICIE bit is set. The interrupt is driven by bit IICIF (of the IIC status register) and masked with bit IICIE (of the IIC control register). The IICIF bit must be cleared by software by writing a 1 to it in the interrupt routine. You can determine the interrupt type by reading the status register.

Table 13-12. Interrupt Summary

Interrupt Source

Status

Flag

Local Enable

 

 

 

 

Complete 1-byte transfer

TCF

IICIF

IICIE

 

 

 

 

Match of received calling address

IAAS

IICIF

IICIE

 

 

 

 

Arbitration Lost

ARBL

IICIF

IICIE

 

 

 

 

13.6.1Byte Transfer Interrupt

The TCF (transfer complete flag) bit is set at the falling edge of the ninth clock to indicate the completion of byte transfer.

13.6.2Address Detect Interrupt

When the calling address matches the programmed slave address (IIC address register) or when the GCAEN bit is set and a general call is received, the IAAS bit in the status register is set. The CPU is interrupted, provided the IICIE is set. The CPU must check the SRW bit and set its Tx mode accordingly.

13.6.3Arbitration Lost Interrupt

The IIC is a true multi-master bus that allows more than one master to be connected on it. If two or more masters try to control the bus at the same time, the relative priority of the contending masters is determined by a data arbitration procedure. The IIC module asserts this interrupt when it loses the data arbitration process and the ARBL bit in the status register is set.

MCF51QE128 MCU Series Reference Manual, Rev. 3

Freescale Semiconductor

2-275

Page 275
Image 275
Freescale Semiconductor MCF51QE128RM manual Resets, General Call Address, Byte Transfer Interrupt, Address Detect Interrupt