Resolved! NACK when reading a register through I2C communication
Posted on July 07, 2018 at 04:41Hi, I'm having trouble reading a register in a slave through I2C communication. Slave: bq25895 http://www.ti.com/lit/ds/symlink/bq25895.pdfIn main:while (1){ HAL_StatusTypeDef status = HAL_OK; uint16_t return_val...