cancel
Showing results for 
Search instead for 
Did you mean: 

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

Juras-RPM-Tech
Associate II

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;

1 REPLY 1
Khouloud ZEMMELI
ST Employee

Hi @Juras-RPM-Tech​ 

Could you please Check with 6.1.0 version ?

Thanks

Khouloud