Part Number:CODECOMPOSER
Tool/software: Code Composer Studio
I am using CCS7 on Mac OSX Sierra.
When debugging, I cannot receive console data. Meaning, when performing a Debug/Run:
1. the output window has been successfully initialized and the code is running fine, but no output is going to Console in the IDE.
2. I use the Serial program to make UART connections to devices. I see there are two ports available when connecting to the device, and the debugger occupies the first port. When connecting Serial to the second port, I do not receive anything.
3. When I disconnect CCS7 from the device (while still in Debug/Run mode), I connect Serial to the first port and I receive output.
So, in my mind there are really two questions here.
1. How can I receive output in the CCS7 IDE (maybe this is a Mac OSX issue?).
2. Is there a way to change the output handle to the second UART port (this might be a stupid, naive question - I am still learning the TI development ecosystem).