How do I get gui composer to read/write to my running application?
I am using code composer studio to build a cc2650 application that is hooked up using the xds110.
I created a GUI composer app with a slider used to represent a value from 1-100.
In CCS I've loaded the SimpleBLEPeripheral application. I've got it running on my cc2650 using xds110 jtag debugger.
I've copied the variable name from my main.c file into GUI Composer into the "Binding" area for the slider.
I then installed the GUI Composer app into the view->applications menu.
I run my cc2650 app using the debugger
I run the GUI app by selection view->applications->simple1
Where simple1 is the name of my project.
But nothing happens.
I installed a printf statement inside of the while(1) loop in main.c.
but the variable value does not change the slider
and the slider has no effect on the variable.
Can anyone give me more hints about hooking up my app to GUI composer