Hello Guys,
I was able to accomplish the I2C Interrupts ; When I created a separate project for I2C Interrupts I was able to read all the data on req addresses but later when I integrated the I2C Interrupt Routine with my current development application , I was able to read only the first ten address locations , the code remains the same. Where should be the problem ???
> Thanks for all your Support .
> Looking forward, > Samjith
-> When I created a separate project for I2C Interrupts I was able to read all the data on req addresses <-
I would suggest that, check the working fine separate project,
1. call the I2C reading procedure within a loop, lets say, loop for 20 times,
2. and make sure that, you can get all the data correctly each time.