Hey.
I'm working on a project in CCS4 for a TMS320F2812. The project is to be debugged in RAM and later written to FLASH.
With CCS3,3 the source-code had to be copied in two projects, as the BIOS-configs was different, but with the 'exclude files from build' it is possible to have all the source files in one project and just exclude one of the BIOS-configurations.
Is there a way to define which files are excluded from one project with a script or a property in build options, as excluding all files manually often gives problems?
/ Thomas