Please advise on questions regarding TMP125.
- The One shot and data read commands on pg 6 shows an initial SCK falling edge after CS drops low. Is this needed? We are planning to have SCK low initially when CS drops low. Not sure why this would be needed but double checking.
- The data sheet shows a 60 ms conversion time, but also a 120 ms update time. Do we need to wait 120 ms (instead of 60 ms) between initiating a one shot conversion command and reading the result on the next command?
- To keep the part cranking out conversion as often as possible, can we do the following?
CS! = 0
Transmit = 0x3000 (to indicate both shutdown and oneshot)
CS! = 1
wait >60ms/120ms
CS! = 0
Transmit = 0x3000 (to maintain shutdown but not initiate another oneshot)
CS! = 1
retrieve the 16
wait >60ms/120ms
Repeat
Please advise.
Thanks,
Mark