Other Parts Discussed in Thread: SYSCONFIG
Is it possible to use this driver for continuous data reception? The thing is that I can't buffer the entire frame due to lack of RAM. Currently, I use a small buffer for UART - 32B, in the rx callback I copy the data to the ring buffer and start data reception again from the callback. The problem is that sometimes 1 byte of data is lost.
Artur

