Resolved! interrupt priority for I2C with DMA on STM32G4
When using I2C with DMA on an STM32G4, is there a recommended relative ordering of the I2C event, I2C error, and DMA interrupt preemption priorities?I have not been able to find anything in documentation about this (though I might have missed it). Wh...