Using Dual Regular Simultaneous Mode Only - Help!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-03-03 11:41 AM
Posted on March 03, 2015 at 20:41
Hello , I'm having trouble capturing the ADC2 data simultaneously with the ADC1 , and the ADC1 data is being captured through the command HAL_ADCEx_MultiModeStart_DMA(&hadc1, (uint32_t*)&ADC1_Data, 12); Would any tutorial to help me with that?
#hal_adc
Labels:
- Labels:
-
STM32Cube MCU Packages
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-03-09 5:46 AM
Posted on March 09, 2015 at 13:46
Hi Carlos,
You have to read carefully the reference manual if you look for more details on the ADC dual mode.An example of dual mode implementation using the HAL library may be found in the STM32Cube package.-Mayla-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.
