Tool/software: Code Composer Studio
Hello,
I want to use the "UARTprintf" function in my code instead of "UARTputchar"
For that purpose - I include the following:
#include "driverlib/uart.h"
#include "utils/uartstdio.h"
I compiled my code and I get the following error:
Description Resource Path Location Type
unresolved symbol UARTprintf, first referenced in ./main.obj PID C/C++ Problem
What did I miss ?