Sequential receive/transmit
Posted on August 28, 2017 at 17:40I want to implement a slave I2C interface with STM32F411.I can't know in advance how many bytes are going to be written from the master, or how many bytes are going to be read.I followed this approach:check in HAL_I...