Other Parts Discussed in Thread: TMP116, TMP102, BOOSTXL-BASSENSORS
Hai,
I am working on CC1352R sensor code. I am reading temperature data using i2c peripheral with callback function.
At the initialize time i open i2c only once and reading temperature value in event for every 5 sec , i am getting temperature value.
But If i am trying to open i2c and read the temperature value and close the i2c every time in event, i am not getting temperature value because of i2c transfer failed. is there any problem if i open and close i2c in event??