I have negative voltage to be monitored
Example: -1.87V for high limit and -2.07V for low limit.
I have to wrtie x"F450" for Voltage high limit register and x"F310" for low limit register
Calulations: (-1.87/0.625)*1000 = -2992 = F450 in hex
Whether I am right in my calculations?
Can write 16 bit data to limit registers?