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....