STM32 as I2C slave - sporadic errors - how to diagnose?
EDIT: Note change of direction of things in 3rd post.I have a stm32f091, which has a program that basically runs one mainloop that triggers ADC measurements and polling values from i2c chips using the i2c2 peripheral in master mode. ADC uses a DMA ir...