2023-10-24 11:46 AM
Hello, I am looking at how to abort the MemX_IT functions. Looking through HAL_I2C_Master_Abort_IT, it seems like that only works for the Master API functions and not the mem functions. Are there any HAL functions for Mem Abort?
2023-10-27 7:38 AM
Hi @WFunk.1
The forum moderator had marked your post as needing a little more investigation and direct support. An online support case has been created on your behalf, please stand by for just a moment and you will hear from us.
Regards,
Billy
2025-07-05 10:30 AM
I have the same issue: On an STM32F2 I need a way to abort HAL_I2C_Mem_Read_IT or HAL_I2C_Mem_Write_IT. Is there a solution?
2025-07-05 5:54 PM
@eric239955_stm1_stmicro can you post a new question, please? You have a different STM32 MCU. Please provide more details - why do you want to abort HAL_I2C_Mem_Read_IT? Does the slave I2C device fail, or the host controller fails? or just the transfer is too long?