STM32F407VG ADC DMA Interleaved Mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-11 5:38 AM
Good morning to everyone,
I am trying to obtain on STM32F407VG Discovery a sampling of a signal with interleaved mode. I am experiencing problems, mainly I see that it does not enter the routine commanded by the adc flag. Would anyone be able to help me?
The code is attached
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-11 6:34 AM
What routine is it not entering?
You can see an example of dual interleaved mode here:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-11 6:39 AM
Does not enter the while commanded by the flag that is triggered by the callback HAL_ADC_ConvCpltCallback
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-11 7:17 AM
Debug the program, hit pause, where is execution at?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-11 7:32 AM
if (adcFlag) in the while loop inside the main()
