Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hey guys!
I am reading some sensor values via I2C bus. The frequency is about 100kHz. There must be a really high frequent reading of sensors, and there is a lot of computing with this data.
The problem is, reading all sensors takes about 2ms. This is pure I2C transmission. But the reading takes too much time, I need for computing.
An interrupt driven I2C Master, that is buffering all incoming and outgoing data, for fast use would be perfect. Is there such an implementation?