Interrupt safety issue in HAL_I2C_Mem_Read_DMA()
STM32Cube_FW_F0_V1.10.1Line 2434 in function HAL_I2C_Mem_Read_DMA()/* Process Unlocked */ __HAL_UNLOCK(hi2c); /* Enable DMA Request */ hi2c->Instance->CR1 |= I2C_CR1_RXDMAEN; /* Enable ERR and NACK interrupts */ I2C_Enable_IRQ...