Hi, do you know how many bytes of data can the TWI RX and TX buffers can hold?
Thank you
Hi, do you know how many bytes of data can the TWI RX and TX buffers can hold?
Thank you
Hi,
The buffer is limited by the MAXCNT register which is 16 bit length, which makes the buffer size 64 kB.
Jared
Hi,
The buffer is limited by the MAXCNT register which is 16 bit length, which makes the buffer size 64 kB.
Jared
Great! Thank you!