Question
What is the I2C transaction size for the STM32 HAL_I2C_Mem_READ Function? I know for Arduino the I2C transaction size is limited to 32 bytes but I was unable to find similar information about STM32's I2C. I'm currently using the STM32L010RB chip.
..