Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 610 Bytes

usart.md

File metadata and controls

15 lines (10 loc) · 610 Bytes
description
A universal synchronous/asynchronous receiver and transmitter, or USART for short, is a device which can act as a UART or SPI device.

USART

Usage

USART peripherals typically have a register setting which can select either synchronous (SPI) or asynchronous (UART) mode. This makes these peripherals very flexible. However, switching back and forth between the two is not recommended, due to initialization timing glitches which may confuse connected devices.

Teams Contributed to this Article:

  • BLRS (Purdue SIGBots)