The Enhanced Universal Synchronous Asynchronous Receiver Transmitter (EUSART) module is a serial I/O communications peripheral. It contains all the clock generators, shift registers and data buffers necessary to perform an input or output serial data transfer independent of device program execution. The EUSART, also known as a Serial Communications Interface (SCI), can be configured as a full-duplex asynchronous system or half-duplex synchronous system.
All notable changes to this project will be documented in this file.
- M8PD-12155 :- Remove redundant code used to retrieve the last error status in the Read() API.
- M8PD-10382 :- Fix the Error Get API to read the error status of the top unread character in the receive FIFO
- M8PD-7105 :- Added custom Tx and Rx Interrupt Handler callback support
No changes from previous version