Hi there,
My problem appears at point 11. below, but firstly I describe what does work.
- I establish a debug session from CCS v5.4 (Win7) to my TM4C129X.
- The code runs fine and writes via the virtual COM port using a UARTprintf statment.
- I terminate the CCS debug session (Ctrl+F2) and the virtual COM port is still working as evidenced by text printing in the hyperterm session.
- I close the hyperterm session and unplug the USB cable to my TM4C129X
- I plug the USB cable back in, wait a few seconds, see the virtual COM port being enumerated in the Device Manager.
- I connect again to the virtual COM port with hyperterm and see the characters being printed.
- I close the hyperterm session and unplug the USB cable to my TM4C129X
- I power cycle the TM4C129X
- I plug the USB cable back in to the TM4C129X and I DO see the COM port enumerate in Device Manager
- I DO NOT begin a debug session via CCS
- I connect again to the virtual COM port with hyperterm but DO NOT see any characters being printed. I expect to see them
Are my expectations correct ? If so what could the problem be ?