Skip to content

alexmchp/TB3216_Getting_Started_with_USART

 
 

Repository files navigation

(TB3216) ATmega4809 USART Examples

This repository contains examples of bare metal source code for USART as described in TB3216 document from Microchip. The repository contains an Atmel Studio Solution with multiple projects inside. Make sure you have the necessary tools:

  1. ATmega4809 device (recommended is evaluation board ATmega4809 X-plained PRO)
  2. Atmel Studio
  3. ATmega4809 Device Packs
  4. Serial terminal emulator (eg. Data Visualizer, Tera Term)
  5. UART to USB module (eg. MCP2200)

The following examples are inside this repository:

  1. Send “Hello World” to a Terminal
  2. Send Formatted Strings/Send String Templates Using Printf
  3. Receive Control Commands
  4. Asynchronous USART
  5. One Wire USART

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%