Tool/software: Code Composer Studio
Hello, I created a button widget in GUI Composer and linked the bindable trigger to a variable in my CCS code. Essentially, I want the microcontroller to calculate something and display the result in the GUI when I press the button widget once. However, the microcontroller does the above whenever I press the widget twice, not once.
So, my question is, does the bindable trigger increment by 1 everytime I press the widget? Also, is its initial value determined by the variable that is linked to the bindable trigger?
I'm very confused. I couldn't seem to find much documentation for GUI Composer. The best I could find is the following link: https://processors.wiki.ti.com/index.php/GUI_Composer_Widgets_And_Properties
Thank you for your time.