Skip to main content
Visitor II
September 7, 2021
Question

How to abort a HAL_I2C_Mem_Read_DMA()?

  • September 7, 2021
  • 0 replies
  • 637 views

Hello community,

I've a code that calls the function HAL_I2C_Mem_Read_DMA(), and I want to abort the operation under a certain condition. I tried the function HAL_I2C_Master_Abort_IT(), but it is not working.

could you please help me find a way to abort it?

    This topic has been closed for replies.