Other Parts Discussed in Thread: TMS320DM6437
I'm new to Code Composer and TI processors. I'm trying to generate code for a TMS320DM6437 processor, which will be embedded on a board that we have built.
I'm using Code Composer version 4.0.1.01001 on a computer running 64-bit Windows 7. I have created a new CCS project in which I selected "generic C64x+ device", little endian, code gen tool version 6.1.9, rts64plus.lib. I enabled RTSC support because I will need DSP/BIOS services. I selected RTSC target: ti.targets.C64P and RTSC platform: ti.platform.generic. I selected the "hello world" example. I ended up with two projects in CCS, one for my C code and one RTSC configuration project.
When I build I get errors telling me deviceName, catalogName and clockRate are undefined. I think I need to specify these is a config.bld file. I have created such a file under the RTSC configuration project (because config.bld was not automatically created by the CCS project wizard). Evidently this file is not seen when I build because I still get the same build errors. How do I get the CCS build tools to see/recognize config.bld?
I would expect a config.bld to be automatically created by the wizard, or a means should be provided to easily create one. The CCS help talks about using the RTSC tools from the command line but says very little about using them from within Code Composer. I can't get Code Composer to see my config.bld file.
Somewhere in the help it said I should use a platform that is more specific than ti.platforms.generic because such a platform would define the deviceName, catalogName and clockRate, etc for me, but I can't find a platform package for the TMS320DM6437 processor. If there is a platform package for the TMS320DM6437 processor please let me know and I will us it.
Your help will be appreciated,
Tim