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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,970 次查看
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 回复

617 次查看
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 项奖励
回复