Other Parts Discussed in Thread: CCSTUDIO
Hello,
I'm building an application in GUI composer that works with an MSP430 processor. I have been successful with implementing some of the functionality via binding of numeric fields to global variables in my MSP code. I am having some difficulties using the same method to pass strings.
Basically, I want to have a text field and a button. When I click the button I want the string in the text box to be loaded to a char array in my MSP code. Any ideas on how I can achieve that?