hi
im having a problem with my ADIS16448. some of the data im receiving doesn't make any sense.
the pressure is 40 mbar, which should be around 1020 mbar. and the tempreture is much more higher.
i sent the reset command (0xBE02) and nothing is changed.
im readingdevice ID correctly 0x4040
im using this convesion for pressure and temperature
pressure= registerdata_[1]*0.02
temperature = registerdata[2]*0.07386 +31;
im reading the statuse register and im receiving 0x0406.
is it correct?