Hi all,
I have ADC_SOC edited program. In my program I am having only one input. That is only one signal is converted and saved in voltage buffer. How can I find the rms value of that signal. I am using ccs 3.3
Regards,
Fasil
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 all,
I have ADC_SOC edited program. In my program I am having only one input. That is only one signal is converted and saved in voltage buffer. How can I find the rms value of that signal. I am using ccs 3.3
Regards,
Fasil
You'll first be able to observe the digital values in ADCRESULTx register in Watch window while debugging. You need to then convert the same into equivalent analog value ie 0-3V. Once you get the analog value you need to multiply the same with the gain value and calculate the rms accordingly.
These are the steps which you need to be aware of!
Regards,
Gautam
Fasil Mohamed said:how to display value in ccs?
While in debug mode in Watch Window you can display real-time variable values
Check this link:

Why don't you go through the workshop material for F28335: 
Regards,
Gautam
Fasil Mohamed said:This program doesn't give me the correct rms.
What is the deviation? Also, did you check this thread thoroughly?
