Any way to only send an I2C address byte on STM32L4?
I just want to send an I2C address byte to see if there is a device on the bus that will ACK it. I don't want to send any data bytes after the address byte.Is there any way to do this? I tried setting NBYTES[7:0] to 0 in the CR2 register but I just g...