2023-10-11 05: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
2023-10-11 06:34 AM
What routine is it not entering?
You can see an example of dual interleaved mode here:
2023-10-11 06:39 AM
Does not enter the while commanded by the flag that is triggered by the callback HAL_ADC_ConvCpltCallback
2023-10-11 07:17 AM
Debug the program, hit pause, where is execution at?
2023-10-11 07:32 AM
if (adcFlag) in the while loop inside the main()