i use parallel FLASH mode to boot my code as the documents "Using the TMS320C672x Bootloader" says. I use BIOS In my project , there have a problems is that BIOS generat a .cmd document and the Bootloader have a .cmd ,too.when i bild this project there have error like this:
<Linking>
>> F:\\DSP\\DPD\\DPD_project_LS_boot\\TISecondaryBootlnk.cmd, line 59: warning:
multiple definitions of SECTION named '.stack'
>> error: memory types IRAM and IRAM on page 0 overlap
>> error: memory types SDRAM and SDRAM on page 0 overlap
>> F:\\DSP\\DPD\\DPD_project_LS_boot\\TISecondaryBootlnk.cmd, line 69: warning:
(appPage0) not found
>> F:\\DSP\\DPD\\DPD_project_LS_boot\\TISecondaryBootlnk.cmd, line 73: warning:
(fill1) not found
>> F:\\DSP\\DPD\\DPD_project_LS_boot\\TISecondaryBootlnk.cmd, line 74: warning:
(appPage1) not found
>> F:\\DSP\\DPD\\DPD_project_LS_boot\\TISecondaryBootlnk.cmd, line 75: warning:
(fill2) not found
>> F:\\DSP\\DPD\\DPD_project_LS_boot\\TISecondaryBootlnk.cmd, line 77: warning:
(appPage2) not found
>> F:\\DSP\\DPD\\DPD_project_LS_boot\\TISecondaryBootlnk.cmd, line 78: warning:
(fill3) not found
>> F:\\DSP\\DPD\\DPD_project_LS_boot\\TISecondaryBootlnk.cmd, line 79: warning:
(apptext) not found
>> warning: creating output section .printf without SECTIONS specification
>> warning: can't create map file 'o./Debug/DPD_project_2.out': No such file or
directory
>> error: errors in input - a.out not built
>> Compilation failure
Build Complete,
4 Errors, 10 Warnings, 0 Remarks.
What should i do ?
Thank you very much for answer my question. this problem has bother me a week~~~