How to calculate a frequency from an Oscilloscope using STM32L4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-02 4: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-04 7: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-04 11:19 AM
ADC can't convert voltage to frequency. Timer with external input capture can.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-08 1: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.
