Hello, I am doing UART communication with DMA in my project. When the communication first starts, there is no problem, but after about 10 minutes, the receive process ends. Can you check my codes?volatile uint8_t txdata[8];char rxdata[8]={'*','*','*'...