Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/11/02 16:26
Read: times


 
#24283 - Philips 87LPC767 & I2C
I have a problem with the I2C-Comunication:

I´m clearing & setting the EA-Bit (Enable all Interrupts) in the I2C-Comunication. If I do this, the code doesn´t work, if I don´t, it works.
Does anybody know if clearing and setting the EA-Bit IN the I2C-ISR has an effect on the I2C-Comunication?

My code looks like this:

void I2C_ISR(void)
{
.
.
EA=0;
.
.
EA=1;
.
.
}

thanks


List of 6 messages in thread
TopicAuthorDate
Philips 87LPC767 & I2C            01/01/70 00:00      
RE: Philips 87LPC767 & I2C            01/01/70 00:00      
RE: Philips 87LPC767 & I2C            01/01/70 00:00      
RE: Philips 87LPC767 & I2C            01/01/70 00:00      
RE: Philips 87LPC767 & I2C            01/01/70 00:00      
RE: Philips 87LPC767 & I2C            01/01/70 00:00      

Back to Subject List