Hi all, I have:
Kubuntu 14.04, kernel: 3.19.0-42-generic
I have installed CCStudio v6.1.2.
and I am trying to run Tiva C Series LaunchPad, EK-TM4C123GXL
When I selected right ARM Coretex M4 I got options for COM port COM14 baud rate 9600.
That looks like setup for windows so I have found gti_uart_driver.xml where I have changed this to /dev/ttyACM0 (also tried only ttyACM0), but that didn't help.
Still have same problem, can't connect to this LauchPad when use Run->debug options. Any idea how to fix it?
There is log error:
"CORTEX_M4_0: Can't Initialize Target CPU: **Error**: Serial Communication failed at port: ttyACM0, baud rate:9600! To use serial monitor, please ensure the following prerequisites are satisfied: 1. Make sure the cable is plugged into both the target and the host on the right COM port. 2. Make sure a compatible target side serial monitor is loaded and running on the target device.
"
It is same if I keep COM14 instead of ttyACM0.