IIC/I2C code from HCS08QRUGSW.zip for the HCS08QG4/8

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IIC/I2C code from HCS08QRUGSW.zip for the HCS08QG4/8

1,971 Views
TimS
Contributor I

I'm testing out the IIC code provided in HCS08QRUGSW.zip but even when the IICS_IICIF (interrupt flag) is set the code will not jump to the interrupt routine (interrupt 17 void Viic_isr).

Any ideas?

Tim.

Message Edited by TimS on 2006-08-17 10:55 AM

Labels (1)
0 Kudos
Reply
1 Reply

618 Views
agnesim
Contributor I
The IIC code will jump to the interrupt routine if the Global interrupts are enabled and the IIC interrupt is enabled once a matching address with the IICA address is received trough the IIC bus.
 
Have you verified your Global interrupts, and the matching address in the bus (maybe using oscilloscope)
0 Kudos
Reply