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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

1,966件の閲覧回数
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

ラベル(1)
0 件の賞賛
返信
1 返信

613件の閲覧回数
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 件の賞賛
返信