STM32L0 I2C: Is NBYTES[7:0] latched upon START condition and can not be changed until TCR flag is high?
Posted on April 06, 2018 at 16:02Hi everyone,I'm trying to create my own blocking I2C driver and want to split the usage up into a few primitive functions, e.g. for I2C Master Transmitter, the following functions apply:bool i2c_start_write(uint8_t s...