I'm using i2c_master_transmit on an ESP32S3 / latest IDF. Sync transmission is using an event, and events timing are dependent of the RTOS task switching time (10ms). So I cannot send i2c commands faster that every 10ms (without changing CONFIG_FREERTOS_HZ). Any comment about that ?
I find I2C example only about I2c_AsyncTransmit. (SW32K3_RTD_4.4_2.0.0, I2c_TS_T40D34M20I0R0) Is there an example about I2c_SyncTransmit? Thank you Tags: i 0 Kudos Reply All forum topics Previous Topic Next Topic 1 Reply 10-10-2023 04:21 AM 1,062 Views danielmartynek NXP...