2020-12-09 09:58 PM
I am using STM32 Cube MX to generate 32L443RCTx code.
In function HAL_I2C_Master_Transmit always returns != HAL_OK
Any ideas why?
Solved! Go to Solution.
2020-12-10 04:02 AM
There's a NAK at the end, i.e. the slave does not answer (it's not present, not connected, not working...)
JW
2020-12-09 10:31 PM
And what is on SDA/SCL when observed using oscilloscope/LA?
JW
2020-12-09 11:30 PM
2020-12-10 04:02 AM
There's a NAK at the end, i.e. the slave does not answer (it's not present, not connected, not working...)
JW
2020-12-13 10:06 PM
Working
Thanks!