Hi,
We are using tm4c1294 mcu to control 79616 to get the voltages and temperatures by UART. It sends cmds using DMA and receives data with DMA-pingpong mode, we found the send interrupts got lost sometimes. We have the following question:
1 What is the possible reason of the DMA send interrupt failure(got lost)?
2 How the mcu can know the failure of the DMA sending? What methord it used to identify the failure?