Hi All, I have been working on the UART Async api for days but for some reason I kept losing bytes when the buffer switched. I used 2 static buffer for continuous receiving but there were bytes missing when buffer goes from index 0 to 1
For example: I will just give random characters like hex
a9 b6 28 1e 76 o5 8afull message
But when buffer switch
a9 b6 28 1e first chunk
76 o5 second chunk
Notice that last byte 8a is missing
This is just some general example of the error I am getting