I am using a TMDX570LS31HDK Development Kit and Code Composer Studio V4.2
The main thread does not run when the code is generated with Code Composer Studio.
It is similar to the problem discussed in the following thread: http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/64088.aspx
But when I use the code generated from HalcoGen provided in the above link and import it to CCStudio. It works and prints Hello World to the console.(It requires changing the sys_link.cmd file generated in Halcogen)
Is there any way to fix this within CCStudio? If not please explain a step-by-step procedure to convert an existing project in CCSV4 to halcogen and make the change to the sys_link.cmd file and import the project back to CCStudio.
I am using TI Development Kit for the first time, hence please be elaborate.
Pritesh