Hello:
I am the starter of using CCS and C6713. I read the helloworld example project and found that there was no
.cmd file in it. Probably because the printf("helloworld") does not require any memory allocation at DSK.
But if I want to realize the output of the sum of two simple variables, such as sum=a+b. I want to do printf("sum=%d,",sum). Do I need to write cmd file to allocate memory space of a, b, and sum?
I figure that any algorithm using variables must requires the cmd file in project. Cmd file is a must. Is my guess true?
Pardon for my dummy questions because I am just a novice.
Thanks