Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi. I've come back to work on this after a long time. Unfortunately the problem still exists.
I described earlier that the problem occurs when receiving data in callback mode. The problem occurs when receiving a long frame (longer than the user buffer size, I copy received data to the larger buffer in callback). When the user buffer size is 64, sometimes one byte is lost during it and it is always byte 73 (i.e. DMA transfer size + FIFO size?) This not always happen.
During writing, I use NONBLOCKING mode and interestingly, here too, sometimes one byte is lost and it is always byte 10. I simply send every 15ms the string of characters "012345678901234567891234\n" The following is received: "01234567801234567891234\n"



BR
Artur