Part Number: CODECOMPOSER
Other Parts Discussed in Thread: TMS320F28335
I am trying to run a project where I have a code section in internal FLASH and another code section in external RAM Zone6. I am using Code Composer Studio v3.3 and DSP/BIOS and the processor is the TMS320F28335.
I have congifured RAM Zone6 memory to have a range for code and have made a section which I have specified in the cmd-file to be located there.
I can see from the generated map-file that it places code in the Flash and in the external RAM Zone 6.
How do I get the RAM code loaded into external RAM before I start the debugging? Does it try to do it after the flashing? Or do I flash first and load the other code into flash afterwars? Do I have to make commands in the gel-file to load the RAM code section and how?
Later I will generate two hex-files, one for Flash and one for RAM. The Flash code will have code for reading the RAM hex-file into external RAM. The reason why I do this is because I am running out of FLASH memory space.