Skip to main content
Snm.1
Associate III
April 14, 2022
Question

I2c half callback interrupt

  • April 14, 2022
  • 2 replies
  • 696 views

Hello , I want to use i2c half call back, but i didn't found this function. İ am wondering is there any function.

This topic has been closed for replies.

2 replies

TDK
April 14, 2022

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.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Snm.1
Snm.1Author
Associate III
April 19, 2022

Thenk you