UART

Samples that demonstrate the use of UART on STM32 boards.

  • Single-wire UARTUse single-wire/half-duplex UART functionality of STM32 devices.
  • UART circular modeRead data from the console and echo it back using a circular DMA configuration.