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
I have made my custom F28069 board. I dont haveJTAG emulator. I have USB to UART bridge controller. Using this, I am able to program C28x_uart_monitor in flash using serial bootloader. I am also able to watch the variable ErrorCount in watch window (http://processors.wiki.ti.com/index.php/ProgramModelUart_GuiComposer#Target_Configuration.C2.A0:_How_to_add_UART_support
But when I include the C28x_uart_monitor main code in motorware proj_lab01b, it does not work.
Can you tell me what changes i need to make uart monitor work in motorware projects?