User Activity

I am using a Flintec TR2 board, and I want to communicate with it via my STM32 L496zg Nucleo Board. It uses I2C repeated start condition to communicate. Most of the codes I found online suggest using HAL_I2C_Mem_Read/Write functions but the user manu...