This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDS64EVM: UART reception using DMA

Part Number: TMDS64EVM

Hello TI support team.

Please tell me about UART reception using DMA.
I'm using mcu_plus_sdk_am64x_08_06_00_45.
The referenced project is uart_echo_dma_am64x-evm_r5fss0-0_nortos_ti-arm-clang.

I am trying to periodically receive 8 bytes of data from a PC using a timer.
The PC sends 8 bytes of data to the EVM in synchronization with the CR5 timer.
I am calling UART_read inside CR5's 4kHz timer interrupt handler.
When I receive 8 bytes of data from the PC, I'm expecting a DMA transfer end interrupt, but it stops as shown below.

What does this mean?
Also, shouldn't UART_read be called inside an interrupt handler?

Best regards,
Kiyomasa Imaizumi.