Resolved! HAL_I2C_Mem_Read returns error if used inside ISR
Hi,Currently I am implementing the smbalert functionality for ltc4015 based battery charger.But when I am using the below mentioned code(commented section) inside isr it is returning communication error. //SMBALERT interrupt from ltc4015 to stm32l0...