Hi,
I'm developing on Ubuntu 12.04, with CCS 5.2.1 and my target is Stellaris Launchpad (LM4F120). I've imported, built, and run several of the Stellarisware provided examples using the CCS debugger with success. The common denominator for the ones that don't work appears to be the use of UARTprintf(), or other associated functions. When I plug the uUSB plug into my laptop it enumerates as /dev/ttyACM0. CCS has no problem finding and using this for debugging.
First question: Where can I find more information on use of the second (non-debug related) Stellaris Launchpad USB?
I'm not sure if this is the right way to put it but for this post I will refer to the uart connected to second Stellaris Launchpad USB port as "uart0". Please help me if this is a conflict or doesn't make sense.
When I connect the uart0 USB port to my laptop I see no ports enumerated under /dev. I'm surprised as it has been my experience that linux always seems to be able to enumerate. So this brings me to a few more questions:
Q2: How can I get linux to enumerate the uart0 port when connected? I can't find any information on this port to know what to use in posting to linux community.
Q3: Pardon my ignorance, but what am i missing?
Thanks