
I had an working system with an raspberry pi Master and an STM32F103 slave which collects data from other slaves via another I2C bus. I have done over 6000k measurements. I just added a few temperature sensors and it kills a lot of timing. To overcome this problem, I would like to use DMA for the raspberry-STM connection. I have seen the SPI DMA example and it seems not to be that easy.
has anyone did that with I2C? And does it work with the STMf103?
Greets, Jens