Posted on May 13, 2014 at 17:29Code to test the behaviour of I2C in a 0-byte read transaction. When I2C_READ_BYTES = 1 everything works as expected (TC interrupt). if dma is enabled, it will copy the data to buffer when I2C_READ_BYTES = 0 this will...