i2c dma question
Hi i'm using STM32F411RE.
I've been reading data from ADC IC using I2C communication. It's 400Khz, and I'm reading using DMA.
By the way, if another interrupt with high priority occurs during I2C communication, it runs that interrupt during I2C communication and reads I2C data again.
If I operate with DMA, isn't it irrelevant to the interrupt because I2C operates on hardware?
Of course, the data comes exactly.
If you have any question, please ask me.
Thank you.
