2016-06-27 02:14 AM
Good morning, sorry for my bad english
I have a problem, with the adcperipheral. I want to take 2
measurements, each from a different channel. My idea is to use ''NbrOfCurrentConversionRank'' to differenciate a channel, from de other channel, but
''NbrOfCurrentConversionRank''
is always set to 0, and this variable don't exist in ''stm32f7xx_hal_adc.c''. Could it be a failure in libraries??2016-06-28 01:59 AM
Hi towi.towi,
You can use Rank parameter instead of NbrOfCurrentConversionRank .Regards