Hello,
I am afraid I have a very beginner question here, but I cannot figure out the answer myself, so I am hoping someone out there would be able to help me out. Please excuse the ignorance!
I have a project that I am building using CCS 5.1 to build for a TI 28335 chipset.
When I started on this project, I was able to run completely out of RAM. I had the "RAM" build configuration, and everything was great! As I started adding more and more to it, I outgrew being able to run everything out of RAM, and so I needed to start to boot from Flash and copy over the things I needed. This is all pretty standard stuff, and things are going great.
The only problem I now have (thus the reason for my post), is that when I or anyone else copies the project out of our repository into a new workspace and loads up CCS, the selected build configuration is ALWAYS set to RAM. Unfortunately, the project no longer builds with the RAM configuration. This results in people complaining that my project doesn't build, etc. All that they have to do is to go to build configuration and select "Flash" and they are all set.
As much as I have tried, I have not been able to figure out a way to select "Flash" as the default configuration. I have selected it, saved the project, etc., but it continually seems to select RAM when it starts up as the default build configuration.
Does anyone know how to change this? I wish that it would start up and select my "Flash" configuration as the default, but it seems to almost be hard-wired to the first configuration that was defined.
Any suggestions or solutions? Thanks - I appreciate any advice you may have for me.
-Jeff