Resolved! Multiple I²C slaves with FREERTOS
Hi,I am using 2 slaves on the I²C bus : touchscreen and FRAM.I am calling BSP_TS_GetState in the sampleTouch function.bool STM32TouchController::sampleTouch(int32_t& x, int32_t& y) { bool ret = false; if (!i2cUsed) { i2cUsed |= 2; TS_StateTy...