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.

Analog input from a function generator to a MSP430FR5969 and sampling it using the ADC

Other Parts Discussed in Thread: MSP430FR5969

I need to sample a analog input from a function generator using the ADC of MSP430FR5969...how do i go about it?...which should be my input pins suitable to take the analog input?...I have the temperature sensor example code with me... i need to get the power consumed by ADC using the energy trace module...

  • Once you have the temperature demo running, sampling any other analog value is almost the same. Just select a different input channel and attach your signal to the corresponding pin (see datasheet).
    For the timing, you can use a timer. Further details are found in the FR59xx family users guide and also in this forum.

**Attention** This is a public forum