DMA missed events occurs during the data transferring. I found the explanation of the DMA missed events,
/** Channel Controller has reported an error */
* DMA missed events:- for all 64 DMA channels.
* These get latched in the event missed registers (EMR/EMRH). */
By the way, I am using DMA with LLD in the DSP/BIOS on C6474EVM.
My questions are:
1. Why this happens? Hardware problem? Is it normal?
2. Does it introduce errors in data transferring? For my case, although there are DMA missed events, there is no error.