2023-08-02 04:16 AM
I am new to coding. The board used: STM32L432KCU6
I am trying to read an analog value from the OPAMP and feeding that to STM32L432KCU6 which converts this voltage to frequency using ADC. How should I go with it. I don't know where to start
2023-08-04 07:50 AM
Hello @Jaimin Desai,
Check the OPAMP-PGA example, it can be easily tailored to your application as it uses DMA and DAC
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-08-04 11:19 AM
ADC can't convert voltage to frequency. Timer with external input capture can.
2023-08-08 01:48 PM
One should begin at the start. To convert voltage to frequency, one must first achieve Blinky, then add time and experience. There are no shortcuts.