Forum Discussion
Altera_Forum
Honored Contributor
13 years agoBy missed data do you mean if the DMA is in the middle of switching between descriptors data could be missed? With the ST protocol that should never happen, the only way that would occur is if the DMA is being filled with data faster than it can write the data to memory, but the data would be dropped by whatever is providing the data and not the DMA itself (ST can't drop data if implemented properly).