Closed UnaiFernandez closed 2 years ago
The received data in the UART module needs to be stored in a circular buffer, in order to avoid losing data because CPU is busy
The first version is done. there are some tests left in order to find bugs but it seems to work properly.
The received data in the UART module needs to be stored in a circular buffer, in order to avoid losing data because CPU is busy