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.
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....
You need to bind the widget's 'value' to the target variable name in the 'Binding' tab and set the 'value' to the desired number in the 'Widget' tab.
Patrick
Hi,
I am not understanding exactly what i will do...? How can i control the micro controller by clicking on button.
please reply me..
I am not a micro controller expert. What target register/variable you need to write to enable PWM? You will need to find out the register/variable name and bind this widget to this name and set the value it should send to the target.
Patrick