I2C Transfer with DMA completed but DMA interrupt routine is not work
I work on basic i2c example with DMA using HAL library. When i observed data in the debug section that data read correctly but DMA did not rise flag TCIF(transfer complete flag). What might be reason ?void DMA1_Channel1_IRQHandler(void) { if(__HAL_D...