Hello, thank you for always answering my questions.
Today, I discovered a problem while trying to transmit 71K Byte of data in multi-buffer mode SCI communication with DMA.
While looking for a problem because all data was not transmitted, we confirmed that data less than 64K Byte is completely transmitted, but when more than 64K Byte is transmitted, the total data minus 64K Byte is transmitted.
I couldn't find the cause of this in the data sheet nor in the forum, so I'm asking this question.
What could be causing this and how can I fix it?
Thank you for your time. Below is my code file.