User Activity

Hi Everyone!My STM32F401 MCU is a master for communication with an I2C device which requires to write 3 bytes and than read 2 bytes. This cycle repeats each 50 ms. Each cycle includes:Check presence of the slave device using HAL_I2C_IsDeviceReadyWrit...