I2C DMA slave receiving arbitrary sized packets without using timer/polling?
I'm working with the STM32F405 microcontroller and I want to receive packets over slave I2C using DMA, but I don't know on beforehand how big the next packet is. Is this not possible to achieve this without using a timer/polling mechanism that keeps ...