Hi,
we've encounter a wired issue using PGA450 in our device.
in some cases, when our device is working at a location with low temperatures (less then 10[C] but more then 0[C]), the PGA450 stops responding to UART requests.
for testing purposes, I've placed our unit inside a refrigerator with ~4[C].
after a few minutes I could not get a response from the PGA450 (not even for sensor address set in EEPROM Addr 0x31).
after getting the device out to room temperature, the PGA450 started responding again.
normally, this would suspect peripherals but I found that adding a delay of ~50[ms] between writing bytes of the command, reduces the problem significantly.
is there any specific delay I should use between writing bytes? other then baud rate and other regular UART definitions, I cant find any specifications in the data sheet.
thanks!