Question
I've a problem with the integration of I2C communication within the Sequencer utility.
I'm working with STM32WL (Nucleo board). I connect it to a sensor via I2C and everything goes fine until I try to call the communication function via Sequencer. Using the Sequencer I get an error from HAL_I2C_Master_Transmit. The error is a timeout from I2C_WaitOnTXISFlagUntilTimeout.
