STM32L476RG dual regular simultaneous mode ADC1 and ADC2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-04 10:10 PM
I have two input channels which I have to sample simultaneously so I wanted to know what should be the ioc setting for the same? and what HAL commands are used to run ADCs in this mode?
- Labels:
-
ADC
-
DMA
-
STM32L4 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-05 6:52 AM
There is not much documentation or videos available on this. Can anyone please help with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-06 8:05 AM - edited ‎2023-11-20 4:02 AM
Hello @AKhot.1​,
You can get started with this example STM32CubeL4/main.c at master · STMicroelectronics/STM32CubeL4 · GitHub
Also, if you set ADC prescaler asynchronous clock, you are using these options.
Otherwise, if you set synchronous ADC prescaler, it should be greyed out.
Hope this helps!
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.
