This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: error #10099-D: program will not fit into available memory



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;
}
rtwtypes.hzhang_definitivo.czhang_definitivo.hzhang_definitivo_types.h