Part Number: TMS320F28069M
Tool/software: Code Composer Studio
I am running code below on CCSV6 fo rTMS320F28069M launch pad and xds100v2 emulator is used.
#include <stdio.h>
int main()
{
// If you use printf() function without including the <stdio.h>
// header file, this program will show an error.
printf("Catch me if you can.");
}
I am getting problem while debugging code
Description Resource Path Location Type
#10247-D creating output section ".cio" without a SECTIONS specification c3 C/C++ Problem
and no output at the console
please solve this problem