I2C & DMA how to configure correctly?
I am a beginner and learning I2C DMA, could you tell me what I'm doing wrong?
I connected the LCD to Blue Pill and it works fine with function "HAL_I2C_Master_Transmit" i.e. without DMA!
But, when DMA is configured, it is dosn't works!
Very simple code, but I can not find a mistake!
Link to my main.c https://pastebin.com/cz7b2Bbu

