Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 328 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 328 Bytes

IoT tiva template

This application:

  • toggles PA1 depending on IP status; and
  • sends out a UDP package every five seconds containg "Hello World!"

Compile: (This project uses gcc-arm-none-eabi compiler)

git submodule init
git submodule update
cd src
make

Flash (using ARM-USB-OCD-H from Olimex):

make flash