How can I measure 4mA with a ADC from STM32? How to achieve 4mA -> 0 ADC?
Hi!
I know how to measure 4-20mA sensor with STM32 by using a 160-165 Ohm resistor as a shunt resistor between ground and analog input of the STM32, and then apply 4-20mA into the analog input.
But at 4mA, I gout about 0.6V into the ADC and then I losing about 20% of the ADC due to the 4mA initial power.
Is there any way in STM32F373 to change so when I got 4mA in over the shut of 160-165 Ohm resistor, then I read about 5-20 in ADC, and not 20%(819) of 12-bit (4095) ADC?
The problem with STM32F373 is that Vref- is bounded to VSSA and VSSA must be 0V according to the datasheet. But is there any walk around for this?
