Assistance Needed with Dual ADC Interleaved Mode Setup

Hello Community,

I've previously received invaluable support here that enabled me to use DMA for accessing the ADC, allowing for direct use of ADC in my project. Here is the example code I refered to, which uses Dual ADC Regular Simultaneous. I'm now trying to modify it to use Dual ADC Interleaved Mode to increase the sampling rate.

I'm trying to adapt my code with reference to the ADC_DualModeInterleaved example from STM32CubeF2. However, I've encountered issues where the sendBuf is consistently empty, indicating that my ADCs may not be configured correctly.

Here's my current implementation's github link.

Here is the Python server I use.

I'm unsure where the misconfiguration might be occurring. Could anyone guide me on where to look or what might be missing in my ADC setup? Any insights or suggestions would be greatly appreciated as I work towards resolving this issue.

Thank you for your time and assistance!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.