2019-04-02 05:07 AM
how to read multiple adc value using interrupt mode when call back function is called
HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc) when conversion is complete.
for get adc value HAL_ADC_GetValue(&hadc) function is used.
2019-04-02 05:11 AM
Which STM32?
Injected channels have their individual data register, while normal channels don't.
Use DMA to dispatch multiple normal channels into a RAM table.
2019-04-02 06:03 AM
stm32f103c8t6
2019-04-02 06:07 AM
stm32f103c8t6
3 channel ADC2 no DMA functionality
3 channel ADC1 with DMA
in singe channel interrupt mode works fine but multiple channel gives me random values (ADC2) as op.