STM32H743 Using of Multichannel ADC Triggered by Timer in Interrupt Mode
I'm having a trouble when using multichannel ADC. In my application there is 2 ADC which contains 7 channels. In ADC Interrupt Callback, I'm pushing the read data to array of 7 elements. But I couldn't see the proper value in proper element of array,...