Hello
I'm new in work with DSP ti. I've been trying to work in a boot loader with project DSP/BIOS and I can't get it works I've followed the steps indicated in spra999,may 2006 and I even tried to download the application but the link is broken http://www.-s.ti.com/sc/psheets/spra999a1/spraa999a1.zip.
when I defined the memory segments I get some problems:
warning: load address of uninitialized section .hwi ignored
error: can't allocate .IRAM$heap (sz: 00008000 page: 0) in IRAM (avail:
00006938)
when I put a new linker command file whit these lines
-l playcfg.cmd
SECTIONS
{
.boot_load : LOAD=FLASH_BOOT, RUN =BOOT_RAM
}
warning: load address of uninitialized section .hwi ignored
warning: load address of uninitialized section .boot_load ignored
error: can't allocate .IRAM$heap (sz: 00008000 page: 0) in IRAM (avail:
00006938)
and the secondary bootloader have I to write a .s62 file ?
I'm a litle bit confused, can you post a simple project with DSP/BIOS whit all this to guide me ? I've saw many forums but I can't do it correctly.
especially this http://wiki.davincidsp.com/index.php/Flashing_the_C6713_EVM
I'd really good aprecciate your help
Vanessa Gamero