karlyamashita / Nucleo-G431RB_Three_UART

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nucleo-G431RB_Three_UART

This project will show how to create a UART data structure with a ring buffer. It also shows how to check HAL status and to recover if HAL does return busy. This project takes advantage of ST's HAL_UARTEx_ReceiveToIdle_DMA to receive a variable length packet.

See the WiKi for documentation https://github.com/karlyamashita/Nucleo-G431RB_Three_UART/wiki

About


Languages

Language:C 99.8%Language:Assembly 0.2%