Tool/software:
We want to implement UART reception of variable-length data using DMA mode. But there is no uart_receive_idle_interupt in SDK.
Or I need re-write UART_edmaIsrRx() function and re-register to EDMA Interupt.
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.
Tool/software:
We want to implement UART reception of variable-length data using DMA mode. But there is no uart_receive_idle_interupt in SDK.
Or I need re-write UART_edmaIsrRx() function and re-register to EDMA Interupt.
Hi Wei Yao,
Partial mode is supported in Interrupt mode but in not DMA mode for UART in the MCU_PLUS_SDK. Would doing a byte-byte (trigger level = 1Byte) transfer work for your use-case in DMA mode? Or can you switch to interrupt mode?
Regards,
Shaunak