This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Because I'm using a LP board to test my application I bought an XDS110 (TMDSEMU110-U) to program and debug my custom board.
After connecting the debugger to the PC (Windows 10) it installed the related drivers, also for the two CDC UART ports.
The user/application UART does not work: I monitor the pin UARTTX on the auxiliary connector but it is at 0V level. I expect a logic high on idle. Even opening the port in a serial terminal and send something changes nothing.
Do I need to set something in order to enable this UART?
Figure 1. XDS110 Probe High-Level Block Diagram in the XDS110 Debug Probe User's Guide shows there is a Voltage Translation circuit between the Target Auxiliary Connection and the Debug Control MCU inside the TMDSEMU110-U.Mark81 said:The user/application UART does not work: I monitor the pin UARTTX on the auxiliary connector but it is at 0V level. I expect a logic high on idle.
The documentation doesn't clearly define how the Voltage Translation inside the TMDSEMU110-U know which logic level to drive on the Target Auxiliary Connection, and I can't find a schematic of the TMDSEMU110-U. The Target Auxiliary Connection pin 3 is labelled as "TGTVDD(Sense)" and so maybe you need to connect the Target Auxiliary Connection TGTVDD(Sense) pin to the target VDD supply to get the TMDSEMU110-U to drive the UARTTX high at the voltage level used by the target.
I just used the Submit Documentation Feedback link on SPRUI94 to make that comment, and reference this thread.Mark81 said:the documentation should clearly state that "to use the aux UART you also have to connect the vtarget pin".