I2C master mode, How to keep sending byte even slave sends NACK
Posted on April 25, 2018 at 13:51With I2Cx->CR2, I can send START, slave address, and so on. If there is NACK from the slave after slave address, MCU stops transferring and sends STOP. I want to keep sending bytes even when there is NACK from the sl...