Tool/software: Code Composer Studio
HELLO
I'm having difficulties running the ProgramModelUart GuiComposer example from this link:
http://processors.wiki.ti.com/index.php/ProgramModelUart_GuiComposer
I'm using MSP430G2553, CCS V6.2, GUI COMPOSER V1.
When i import the project, i get warings (on CCS) that this program uses an older debugger version, but i assume thats not the issue.
The problam starts from this step :
- Once a debug session starts and program is halted at main, hit run and then select ComPort node in CCS Debug View and choose Run->Load Symbols menu, click on Browse Project and choose .out file from target application project that we just debugged.
After this step, in CCS Debug View when i mark ComPort node(UARTConnection), the program just stucks and the values are not changing.
It's seems to me that the symbols aren't loaded but i don't really know, it's just not working like it say it should be working.
If i mark the TIMSP430_USB1 and enable Halt the target before any debugger access, the gui seems to operate fine.
Thanks in advance,
Avi