blob: 59f1b8eafca5f482022397aef158b814332b1c95 [file] [log] [blame] [view]
---
title: "Hello World"
---
## Overview
`Hello_world` is the demo program used to show case basic functionality of the system.
The test itself does 2 main things:
* Echo pin changes over UART.
* Echo SPI input over UART.
## GPIO Changes Over UART
This function primarily exercises the GPIO and UART blocks.
The test monitors changing values on the GPIO line and reports them over UART.
## SPI Echo Over UART
All data input over SPI is echo'd on UART in a word aligned fashion.