Tool/software: Code Composer Studio
I am trying to upload a program to a C2000 Piccolo LAUNCHXL - F280049C microcontroller and I am having the problem in the title. I attach my project files. Any solution?
/**
* main.c
*/
#include "zhang_definitivo.h"
int main(void)
{
double resultado;
resultado = zhang_definitivo();
return 0;
}