Tool/software: TI C/C++ Compiler
Can anyone tell me digital conversion value of the sensed signal in ADC pins with respect to 2.5V. Also, is it possible to see online sensed value in GUI interface? If yes then please tell me how?
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.
Tool/software: TI C/C++ Compiler
Can anyone tell me digital conversion value of the sensed signal in ADC pins with respect to 2.5V. Also, is it possible to see online sensed value in GUI interface? If yes then please tell me how?
Moumita,
With 2.5V input, the ADC conversion result is close to 0xFFF (full scale).
With GUI, you can open memory debug and read the device registers.
Rds,Sean
Thank you for your reply. This means if I sense a signal with analog value of Ic=2volts then I need to convert the sensed signal (Ic*2.5/0*fff) to compare with a value of 1. Please let me know if my understanding is right.
Is it possible to multiply sensed variable for comparison purpose. Suppose I sense one sinusoidal signal in Ic and want to use use (Ic*Ic) to generate double frequency sine wave and then use it for generating PWM signal. Please let me know. I am unable to use this multiplication to generate PWM signal.