We are using CCSv4 with BIOS 5.41 for a F28235 flash project.
We are trying to run a flash project with our C variables stored in external RAM. My understanding of how to do this is to specify the .bss and.ebss to be stored in external RAM using the Memory Section manager in DSP/BIOS graphical configuration tool.
Then I believe that we need to enable the XINTF in the gel file.
We have done this and when we try to program the DSP we get an error writing to FLASH. This error happens to be when attempting to write the .trc. Error is shown below:
C28xx: Flash operation timed out waiting for the algorithm to complete. Operation cancelled.
C28xx: Trouble Writing Memory Block at 0x3224b8 on Page 0 of Length 0x3
Cannot write to target
What direction should we turn? Do we need to manually copy the .bss and .ebss sections to External ram similar to the way the .trc is done? This sounds wrong to me.
Any suggestions will be appreciated.