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.

TMS320C6748: usb0 enumerating problem

Part Number: TMS320C6748
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 

  • Hi,

    What OS is used on your laptop? Which SDK did you use to develop your C6748 code?

    Best Regards,
    Yordan
  • Hi Yordan
    Thanks for the fast replay

    Laptop OS win7 USB connector is SS
    we are using Code Composer Studio
    Version: 5.2.1.00018

    Thanks
  • Hi Yordan
    Laptop OS win7 usb port SS
    SDK used Code Composer Studio
    Version: 5.2.1.00018

    Thanks
    Shraga
  • Try using the latest CCS version. Or at least the recommended by Processor SDK RTOS: CCS v7.4


    Best Regards,
    Yordan
  • 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

  • There are probably some files missing from your NanoScan2Debug project.. Recheck your project configuration for missing headers & c files.

    Maybe the CCS messed up the project paths when you installed the new version of Sysbios and you did not clean the old one first. I've had similar problems when doing this with RTOS sdk. The easiest way to fix it was to delete everything (backuping my custom projects beforehand) and install it from scratch.

    Best Regards,
    Yordan