Hi,
I am using TMS320F28035 32-bit fixed-point micro-controller with Code Composer Studio version 5.1.0.09000
I was trying to plot the result of an ADC result using Single Time Graph function in CCSv5. The Input of the ADC is a sine wave from a function generator.
The target variable is AdcRawData:
AdcRawData = AdcResult.ADCRESULT1;
The address of this variable is 0x00009200
The properties are set up as following:
The Graph turned out to be like this:
1. The graph is supposed to be a Sine Wave, not like the one above.
2. The scale of Y-axis is so large, and I don't where to change its settings.
Can someone help me with this ?
Thank you.