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
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;
