2022-04-19 08:08 AM
2022-04-19 09:09 AM
Why?
Most I2C slaves don't behave this way, and tend to have limited/finite expectations of the data transfer length. Even those with auto-incrementing registers, or memory, tend to have 256 byte page/sector lengths.
What error/status is the DMA reporting? Is the transfer aborting due to absence of NAK's from the slave?
2022-04-20 12:03 AM
Last state is give stop bit. That is all.
2022-04-20 01:33 AM
is there i2c dma circular mode example??