Friday, December 21, 2007

Build TI C6000 project

To build successfully:
Make the memory section correct. Open c64.tcf file in DSP/BIOS Config. Check the property of IRAM. 'create a heap in this memory' has to be checked.

Then in the properties of MEM, 'segment for DSP/BIOS malloc()/free()' should be IRAM.
After build the project successfully, three files are generated automatically: c64cfg.s62, c64cfg_c.c and c64cfg.cmd. You need to use 'add files to project..' to add c64cfg.cmd.

No comments:

Post a Comment