Hi,
Thank you for the post
Please clarify, I dont know how to define memory in CCS project.
I couldn't find .exe file
please help. It is showing warning like
WARNING 1: #10210-D creating ".stack" section with default size of 0x400; use the -stack option to change the default size add C/C++ Problem
WARNING 2: #10210-D creating ".sysmem" section with default size of 0x400; use the -heap option to change the default size add C/C++ Problem
WARNING 3: #12-D parsing restarts here after previous syntax error main.c /GH-matrix line 102 C/C++ Problem
After successful debugging, if i run, i couldn't get the output and i got warning like
Warning: Illegal opcode (000a3a73) at pc = 0x0000c544 Illegal opcode at pc = 0x0000c544
I got some errors like
ERROR 1:#148 declaration is incompatible with "int scanf(const char *, ...)" (declared at line 186 of "C:/ti/ccsv5/tools/compiler/c6000_7.4.1/include/stdio.h") main.c /GH-matrix line 73 C/C++ Problem
ERROR 2: #148 declaration is incompatible with "int printf(const char *, ...)" (declared at line 184 of "C:/ti/ccsv5/tools/compiler/c6000_7.4.1/include/stdio.h") main.c /GH-matrix line 72 C/C++ Problem
Please help