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 abo...