Other Parts Discussed in Thread: SYSBIOS
Problems enumerating usb 2.0 with dell laptop
when connected direct to laptop
enumerate when using a HUB
Use code composer 5 to develop
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Problems enumerating usb 2.0 with dell laptop
when connected direct to laptop
enumerate when using a HUB
Use code composer 5 to develop
Hi All
We tried migrate to Starterware - C6748_StarterWare_1_20_04_01
run into problems with linker got:
"./configPkg/linker.cmd", line 137: error #10099-D: run placement fails for
object ".far", size 0x639f1 (page 0). Available ranges:
>> Compilation failure
L3_CBA_RAM size: 0x20000 unused: 0x12a7a max hole: 0x12a6c
error #10010: errors encountered during linking; "NanoScan2Debug.out" not
built
looking at the map file
we see:
MEMORY CONFIGURATION
name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
IROM 11700000 00100000 00000000 00100000 R X
IRAM 11800000 00020000 0001d130 00002ed0 RW X
L3_CBA_RAM 80000000 00020000 00019722 000068de RW X
DDR c0000400 04000000 03c8fe40 003701c0 RW X
SEGMENT ALLOCATION MAP
run origin load origin length init length attrs members
---------- ----------- ---------- ----------- ----- -------
00000000 00000000 00056380 00000000 rw-
00000000 00000000 00056380 00000000 rw- .far.1
11800000 11800000 0001bf40 0001bf40 r-x
11800000 11800000 0001bf40 0001bf40 r-x .text
1181bf30 1181bf30 00001000 00000000 rw-
1181bf30 1181bf30 00001000 00000000 rw- .stack
1181d000 1181d000 00000200 00000200 r-x
1181d000 1181d000 00000200 00000200 r-x .vecs
80000000 80000000 0000d594 00000000 rw-
80000000 80000000 0000d594 00000000 rw- .far.2
8000d598 8000d598 00000008 00000008 rw-
where far.1 looks undefined and giving the length
of 00056380
thanks
Shraga