I am using hdc2080 by connecting with pic16f18323. I initialized by loading registers 0x07, 0x0e and 0x0f with values 0x80, 0x46 and 0x00. Then loaded 0x0f register with value 0xa1 to start. After that i am getting interrupt in every 5sec, but when reading registers from 0x00 to 0x03, I am getting all 0xff. I am using i2c of pic16f18323, and before I had used htu21d sensor successfully. When I tried triggered method, not getting interrupt after loading 0x0f register with value 0xa1. Please help me to solve this issue.