Resolved! STM32G0 (I2C Slave + RobotDyn Dimmer) Experiencing Jerk Due to I2C Interrupt Handling
Hardware SetupI am using an ESP32S3 as an I2C master and an STM32G0 as an I2C slave. The STM32G0 is performing two tasks:I2C Slave Communication – Receiving periodic requests (every second) from the ESP32S3 to read dimmer register updates.AC Fan Cont...