Tool/software: Code Composer Studio
Dears,
I found there is wiki page that introduce how to use UART monitor for debugging at http://processors.wiki.ti.com/index.php/ProgramModelUart_GuiComposer
My code, run it on launchpadXL-F28069M evm, is downloaded from the above link. But I can' t get expected debug result after using this solution, can you please help on this?
Here's what I have done:
1. I'm sure that my launchpadXL-F28069M is good, because I could get data from UART port after running lauchpad demo code.
2. Downloading c28_uart_monitor code to this EVM.
3. I added UART interface in ccxml file, PORT: COM4, BAUD RATE: 9600, this is because I see the baud rate setting in firmware is 9600.
4. Click On 'Test connection' button, I got a message that " [Start: UARTConnection_0] Execute the command: The Diagnostic Command is not defined in the connection properties"
I think I can't get correct message in this step.
5. Launch the above ccxml file, I can't see the variable "error_counter" via UART port. Please see below picture.
6. I'm using CCS6.1.2 version