2023-03-31 05:55 AM
2023-03-31 06:50 AM
Hello @Riccardo Franceschetto
I think you should configure the DMA controller to trigger an interrupt only when a buffer is completely filled! have you tried that?
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.
2023-04-02 11:33 PM
Hello Sarra,
I created a one element array, so the HAL_ADC_ConvCpltCallback get called every sample the adc feeds to the DMA.
Theoretically this should be a good implementation, but practically i think i'm stopping the GUI too frequently.