Using STM32H743 I2C, with CR2 RELOAD and NBYTES=0 gives TC interrupt instead of TCR.
I have to port an existing I2C API to the STM32H743 using the LL drivers. One of the functions must perform the START, issue the address of the slave, then return control. Then another function will send the data.The fact is that when I initialize th...