2009-03-04 05:07 AM
Has anybody been successful in an I2C slave driver with interrupts?
2009-02-27 11:01 AM
Hello,
I’ve been working on an I2C slave driver for the STR712 CPU using interrupts. I’ve been somewhat successful. However, it does fail. The driver seems to receive data from the master with no problems. However, when reading data it does function and returns data but it seems that the bus is not released after the NOT ACK. Does anybody have any hints on what I may be doing wrong? TIA, Monte--2009-03-04 05:07 AM
I have figured it out. The documentation dose not make clear what you should do for each interrupt. However, we had figured it out.
Thanks for the help.