Skip to main content
Juras-RPM-Tech
Associate
October 29, 2018
Question

I Copy wrong code this is the actual code for my DMA related Question: I can not use QubeMX to set in the MX_ADC1_Init(void){} function call the following: hadc1.Init.DMAContinuousRequests = is always set to DISABLE

  • October 29, 2018
  • 1 reply
  • 514 views

I can not use QubeMX to set in the MX_ADC1_Init(void){} function call the following:

hadc1.Init.DMAContinuousRequests = is always set to DISABLE,

I want this:

hadc1.Init.DMAContinuousRequests = ENABLE;

but I get this from QubeMX:

hadc1.Init.DMAContinuousRequests = DISABLE;

This topic has been closed for replies.

1 reply

Khouloud ZEMMELI
ST Employee
November 26, 2020

Hi @Juras-RPM-Tech​ 

Could you please Check with 6.1.0 version ?

Thanks

Khouloud