I have a pretty math intensive application. All of the release examples that I have been working with have debug applications that run entirely from RAM and are downloaded via the JTAG. My application runs as expected in this manner. I have been unable to find many examples with the release builds. From the documentation, I have changed my cmd files and loaded the DSP BIOS sections, trace, and ram funcs to ram. The majority of the code still runs from flash which seems very slow and I see a measured increase in time by a factor of 3. What I want to do is have the application stored in flash and then loaded and run from RAM. Are there any documents or examples that show how to do this? I am using the 28335 processor with CCS 4.1 and using DSP BIOS. Thanks.
Chris