Question
Where is the rank N°1 settings? (ADC / STM32L151RETx)
I try to set, using last version STM32CubeIDE, the ADC to get 8 analog inputs, using DMA, with permanent conversion.
- I doesn't see anymore the rank 1 ? (see picture)
- When I start HAL_ADC_Start_DMA, i have only the AN0 value, and only 8 bits (I set12bits in parameters), and not refreshed (only one conversion). [HAL_ADC_Start_DMA(&hadc, (uint32_t*)adc_buf, ADC_BUF_LEN);] adc_buf is uint16_t array type.
Best regards,