murasaki icon indicating copy to clipboard operation
murasaki copied to clipboard

Charge URART RX from DMA based to interrupt based.

Open suikan4github opened this issue 1 year ago • 0 comments

The current Uart class is using DMA interrupt. As a result, it is not easy to use when the RX string length is unknown.

We should modify it to use the interrupt.

suikan4github avatar Jul 21 '23 07:07 suikan4github