Hello all,
I'd like to switch my project to standalone mode i.e run without the pc connection. My board is a DRV8301 rev D with an F2806v ISO card. I am using XDS100v2 emulator for programming.
First I defined the FLASH symbol but this is what I get when compiling :
<Linking>
"R:/software/TI/MotorWare_1_01_00_09/sw/ide/ccs/cmd/f2806x/f28069F_ram_lnk.cmd", line 107: error #10099-D:
program will not fit into available memory. placement with
alignment/blocking fails for section "ramfuncs" size 0x6df page 0.
Available memory ranges:
RAMM0 size: 0x3b0 unused: 0x2ee max hole: 0x2ee
undefined first referenced
>> Compilation failure
symbol in file
--------- ----------------
_memCopy ./eBike_v2.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "eBike_v2.out" not built
gmake: *** [eBike_v2.out] Error 1
It looks like there is not enough space in memory but I suspect that I am just missing something. I replaced f28069F_ram_lnk.cmd with the f28069F.cmd with no effect.
