Skip to main content
Associate
March 1, 2024
Solved

Setting up a multichannel ADC with DMA

  • March 1, 2024
  • 3 replies
  • 2489 views

Hello.

Recently I've been trying to set up a multichannel ADC. The data of both channels are supposed to be transfered to memory through DMA. I've looked through many examples, read many discussions but none of them addressed my issue. In my CubeIDE CubeMX application I just can't see certain parameters for choosing and therefore cannot keep up with the tutorials. The picture below describes what I should be seeing what I see.

 

BuderBrodas_0-1709288023676.png

 

Any Help would be appreciated.

This topic has been closed for replies.
Best answer by Imen.D

Hi @BuderBrodas ,

It seems the picture of "what I should see" is for other product series (not related to STM32F0).

What you see - is a normal behavior for STM32F0 as it doesn't support the features like Oversampler mode.

I invite you to consult the RM0091 (in ADC main features section) for more details about the ADC features.

3 replies

ST Technical Moderator
March 1, 2024

Hello @BuderBrodas and welcome to the Community :)

Make sure to use the latest release of CubeMX (V 6.10.0).

You can share more details on you case (provide ioc file, which device used...)

Imen

 

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Associate
March 1, 2024

I'm using the latest version of CubeIDE 1.14.1 and CubeMX 6.10.0.

The device is an STM32F091RC dev board.

And I've attached the .ioc file.

If there's anything else I could provide you with, let me know.

Thanks.

Imen.DBest answer
ST Technical Moderator
March 1, 2024

Hi @BuderBrodas ,

It seems the picture of "what I should see" is for other product series (not related to STM32F0).

What you see - is a normal behavior for STM32F0 as it doesn't support the features like Oversampler mode.

I invite you to consult the RM0091 (in ADC main features section) for more details about the ADC features.

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks