Greetings,
First of all i want to say the installation of CCS 5.4.0 beta went really smoothly on Ubuntu 12.04 LTS.
My question is related to support for Tiva Launchpad in this version. So far, i downloaded an succesfully compiled Project0 from TivaWare with this toolchain. The ICDI for Stellaris is available as an option form in the target_config.ccxml project file, which is selected by default. The thing is that i haven't been able to debug the application since this error comes out:
CORTEX_M4_0: GEL Output:
Memory Map Initialization Complete
CORTEX_M4_0: Error connecting to the target
Since there is no additional information to this error message is difficult to debug the problem.
However, the Launchpad gets recognized by the OS, this comes out in lsusb output:
Bus 004 Device 002: ID 1cbe:00fd Luminary Micro Inc.
and the dmesg output:
[ 6015.808038] usb 4-2: new full-speed USB device number 2 using uhci_hcd
[ 6016.032078] usb 4-2: New USB device found, idVendor=1cbe, idProduct=00fd
[ 6016.032085] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6016.032089] usb 4-2: Product: In-Circuit Debug Interface
[ 6016.032093] usb 4-2: Manufacturer: Texas Instruments
[ 6016.032096] usb 4-2: SerialNumber: 0E104A5F
[ 6017.070599] cdc_acm 4-2:1.0: This device cannot do calls on its own. It is not a modem.
[ 6017.070658] cdc_acm 4-2:1.0: ttyACM0: USB ACM device
[ 6017.074130] usbcore: registered new interface driver cdc_acm
Any help would be appreciated.
Thanks in advance.
Felipe.