PWM -> ADC & DMA
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-12-27 6:58 AM
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
2019-12-27 10:31 AM
Question 2.
Want to set buffer that will collect 10 samples on single channel adc.
Buffer[10];
HAL_ADC_Start_DMA((&hadc), (uint32_t*)Buffer, 1);
will this work?
