This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

issues using DMA with nrf9160

hi all,

i am using the uart with it's dma to transfer data into the nrf9160, but some of the data is lost in it's way. 
here are some examples of the loss count in bytes from different transfers (58 bytes lost in the first transfer):

payload.size = 6484
payload strlen() = 6426

payload.size = 6380
payload strlen() = 6380

payload.size = 6420
payload strlen() = 6420

payload.size = 6520
payload strlen() = 6426

payload.size = 6828
payload strlen() = 6682

any idea of why it happens or how to fix this?

Related