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.

请问 CCSv5 on linux 是不是还不支持调试?



我在ubuntu 下安装了ubuntu,调试msp430launchpad,调试时出现

Error initializing emulator:
No USB FET was found。

是不是还不能在linux 下调试?

  • 检查您在linux里的串口配置。

  • 请问,怎么配置?

  • qinkai@Inspiron:~$ lsusb
    Bus 003 Device 002: ID 0c45:6480 Microdia Sonix 1.3 MP Laptop Integrated Webcam
    Bus 004 Device 002: ID 0461:4d22 Primax Electronics, Ltd
    Bus 004 Device 005: ID 0451:f432 Texas Instruments, Inc. eZ430 Development Tool
    Bus 004 Device 003: ID 09da:0260 A4 Tech Co., Ltd
    Bus 005 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 003: ID 413c:8161 Dell Computer Corp. Integrated Keyboard
    Bus 005 Device 004: ID 413c:8162 Dell Computer Corp. Integrated Touchpad [Synaptics]
    Bus 005 Device 005: ID 413c:8160 Dell Computer Corp. Wireless 365 Bluetooth
    qinkai@Inspiron:~$ lsusb -v -d 0451:f432

    Bus 004 Device 005: ID 0451:f432 Texas Instruments, Inc. eZ430 Development Tool
    Couldn't open device, some information will be missing
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               1.10
      bDeviceClass            0 (Defined at Interface level)
      bDeviceSubClass         0
      bDeviceProtocol         0
      bMaxPacketSize0         8
      idVendor           0x0451 Texas Instruments, Inc.
      idProduct          0xf432 eZ430 Development Tool
      bcdDevice            1.05
      iManufacturer           1
      iProduct                2
      iSerial                 3
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           85
        bNumInterfaces          2
        bConfigurationValue     1
        iConfiguration          0
        bmAttributes         0x80
          (Bus Powered)
        MaxPower              100mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           3
          bInterfaceClass         2 Communications
          bInterfaceSubClass      2 Abstract (modem)
          bInterfaceProtocol      1 AT-commands (v.25ter)
          iInterface              5
          CDC Header:
            bcdCDC               1.10
          CDC Call Management:
            bmCapabilities       0x00
            bDataInterface          0
          CDC ACM:
            bmCapabilities       0x02
              line coding and serial state
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x82  EP 2 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval             255
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x03  EP 3 OUT
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval             255
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x83  EP 3 IN
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval             255
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        1
          bAlternateSetting       0
          bNumEndpoints           2
          bInterfaceClass         3 Human Interface Device
          bInterfaceSubClass      0 No Subclass
          bInterfaceProtocol      0 None
          iInterface              4
            HID Device Descriptor:
              bLength                 9
              bDescriptorType        33
              bcdHID               1.01
              bCountryCode            0 Not supported
              bNumDescriptors         1
              bDescriptorType        34 Report
              wDescriptorLength     694
             Report Descriptors:
               ** UNAVAILABLE **
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval               1
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x01  EP 1 OUT
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval               1

  • 这应该是个usb转串口的设备,在linux里也是串口的形式,应该是ttyUSBx的东西吧。。

  • http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/251388.aspx一帖子中

    unfortunately the mps430 launchpad and eZ sticks are not yet supported under linux.

    Sorry for the inconvenience.

    CCSv5.4.0 Beta 1 来啦,希望能够在linux下支持!期待

    http://processors.wiki.ti.com/index.php/Code_Composer_Studio_Beta_Downloads

  • Ki-Soo Lee posted RE: CCSv5.4.0 Beta 1 Available! in Code Composer Forum.

    Kai,
    Sorry, it is still not supported in 5.4.
    ki