Other Parts Discussed in Thread: EK-TM4C129EXL, ENERGIA, TM4C129ENCPDT
Tool/software: Code Composer Studio
Simple one for the experts. This is yet another CCSv7 hair-puller:
Trying to send output to the UART, based on hello example for TM4C129EXL... hello example works fine.
I do have a pathname set up to SW-TM4C-2.1.4.178/examples/boards/ek-tm4c129exl
In my new little test code, uart.h is found, but uartstdio.h is not. Hmmm.......
#include "driverlib/uart.h"
#include "utils/uartstdio.h"