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.

sending value from Gui composer to code composer studio.

Other Parts Discussed in Thread: TMS320F28027

Hi ,

I implemented GUI for Piccolo micro controller ( tms320f28027 launch pad ). In GUI i created two buttons such as Power Start, Power Stop. By using of these buttons i need to control the micro controller. If we click on the power start button then only PWMs has to be generate, stop means PWMs must be shutdown.

I know how to bind the variables from CCS code to GUI Composer.

But i dont know how to use the GUI Composer button value in CCS to start or stop the generation of PWMs. 

please tell me the solution....