STM32L0 I2C: Can NBYTES[7:0] be changed to a NEW value when TCR flag is high?
Posted on April 16, 2018 at 17:54Hi everyone,I am trying to break up an I2C transaction into segments, e.g. begin with START condition and transmit 2 bytes, then transmit 4 bytes, then transmit 1 byte and end with STOP condition.From my experiments ...