NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
SystemAnalyzerTutorial2B
System Analyzer Tutorial 2B[edit]
Using the UIAEvt_intWithKey event to log values over time[edit]
The target program is a simple loop that tests whether either slider1Value or slider2Value has changed and logs a UIAEvt_intWithKey event to record the time and new value of the variable.
The systemAnalyzerTutorial2.gel GEL file that is installed with the Tutorial2 project code provides access to two "GEL sliders" - graphical controls that control the value of two target-side data values named "slider1Value" and "slider2Value". When you change a slider position (by left-clicking on the slider bar, dragging it upward or downward and releasing it), the value of the slider at the time it is released is written into the associated target-side data location.
Next: Tutorial 2C: Working with System Analyzer's Count Analysis graphs
Links[edit]
- Tutorial 2A: Configuring your application to upload event data over JTAG
- System Analyzer Tutorial 1