2022-04-14 04:14 AM
Hello , I want to use i2c half call back, but i didn't found this function. İ am wondering is there any function.
2022-04-14 06:18 AM
You can use the DMA's HT callback by setting the XferHalfCpltCallback field in the DMA handle. It's not normally used in HAL for I2C communication.
2022-04-19 08:03 AM
Thenk you