To All,
I have a project called Beta. Beta project has four different active build configuration DebugInFlash, DebuginXSRAM, DebuginXSDRAM, Release4XSDRAM. I want to creat unique build configuration for each one of the above configuration that is assocaited with differnt gel file to perform differnt required initialization during debugging of each differnt build configuration. Essentially I wanted to associate different TargetConfiguration.ccxml file to each build configuration. Here is the example on what I want to accomplish.
Example:
DebugInFlash Gets Assign to "DebugInFlashTargetConfiguration.ccxml"
DebuginXSRAM Gets Assign to "DebugInXSRAMTargetConfiguration.ccxml"
DebuginXSDRAM Gets Assign to "DebugInXSDRAMTargetConfiguration.ccxml"
Release4XSDRAM Gets Assign to "DebugInRelease4XSDRAMTargetConfiguration.ccxml"
One alternative was to copy DebugInFlashTargetConfiguration.ccxml as three additional .ccxml file with the name of "DebugInXSRAMTargetConfiguration.ccxml", "DebugInXSDRAMTargetConfiguration.ccxml" and "DebugInRelease4XSDRAMTargetConfiguration.ccxml". Than change the target configuration within each file to pint to a differnt .gel file to perform differnt initialization.
Q.1 Would this idea work?
Q.2 What are other alternatives to accomplish the same?
Thanks in advance for your assitance in this.
With Best Regards,
Al Modi