b-g431b-esc1 current sensing clarification
I want to understand the current sensing that is done in B-G431B-ESC1 kit.
I do not understand the purpose of IN_VOPAMP3 connected to ADC2
The opamp3 can be connected to ADC1 and ADC2 as shown in the figure? The software configuration of opamp3
hopamp3.Init.InternalOutput = ENABLE;
whereas for opamp1 and 2 is
hopamp1.Init.InternalOutput = DISABLE;
and the code for ADC2 is
sConfigInjected.InjectedChannel = ADC_CHANNEL_3;
sConfigInjected.InjectedRank = ADC_INJECTED_RANK_1;
sConfigInjected.InjectedChannel = ADC_CHANNEL_VOPAMP3_ADC2;
sConfigInjected.InjectedRank = ADC_INJECTED_RANK_2;
Please advise on the above configuration.
