2018-04-25 04:51 AM
With 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 slave.
Is it possible?
* It looks like HAL library doesn't support this.
If necessary, accessing the MCU register directly is okay.