Hi!
Finally I managed to install CCS6 on a freshly installed Linux Mint 17 and now I'm able to compile some projects okay. However, I can't download and debug my code, I'm getting an error message: "CORTEX_M4_0: Error connecting to the target: Frequency is out of range.". My device was listed in ls /dev as ttyACM0 and I created a rule in udev/rules.d/99.tiva-launchpad.rules:
KERNEL=="ttyACM*", ATTRS{idVendor}=="1cbe", ATTRS{idProduct}=="00fd", GROUP="users", MODE="0660", SYMLINK+="ICDI"
This the only line in 99.tiva-launchpad.rules. Now I can see 'ICDI' in ls /dev but my CCS6 copy won't recognize it. Is there anything I missed here? Any help would be great.