DSPRelated.com
Forums

DSP/BIOS problem

Started by Unknown August 31, 2006
Hi, everyone
i am writing the code with the tms320c64x using DSP/BIOS.  i just want
my board to boot from my flash. How can i write the .cmd file?
1)how can the .cmd file generated by the .cdb file locate the data
defined myself
2)how can i locate my boot code in the first 1k rom?


i am freshman, somebody help me


Thanks a lot

jyz05@mails.tsinghua.edu.cn wrote:
> Hi, everyone > i am writing the code with the tms320c64x using DSP/BIOS. i just want > my board to boot from my flash.
Hi, Do a search for SPRA999, "Creating a Second-Level Bootloader for FLASH Bootloading on TMS320C6000 Platform With Code Composer Studio" (current version is SPRA999A1, May 2006). This contains a good overview of the problem. Cheers mark-r -- Currently sigless
Mark Robinson =E5=AF=AB=E9=81=93=EF=BC=9A

> jyz05@mails.tsinghua.edu.cn wrote: > > Hi, everyone > > i am writing the code with the tms320c64x using DSP/BIOS. i just want > > my board to boot from my flash. > > Hi, > > Do a search for SPRA999, "Creating a Second-Level Bootloader > for FLASH Bootloading on TMS320C6000 Platform With Code Composer > Studio" (current version is SPRA999A1, May 2006). This contains > a good overview of the problem. > > Cheers > > mark-r >=20 > --=20 > Currently sigless
Thanks a lot for your suggestion