Hi guys, i'm facing problems using the i2c_t3 code from within an IntervallTimer callback (need that for sampling).
The following part of code causes the application to hang:
i2c_t3.cpp:
uint8_t i2c_t3::finish_(struct i2cStruct* i2c, uint32_t timeout)
{
deltaT = elapsedMicros();
int i =0...