sorry,I missed such important info.
I used IMXRT1176's USART3 as recieving port.If I use EDMA_SetCallback(&lpuart3_Rxdmahandle, lpuart3_dma_receive_callback, NULL) set a function for recieving DMA callback,then the receive can circle.Just comment out it,the DMA is finished if DMA receive counter is reached.