This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OPT3101: MONOSHOT_BIT does not automatically clear after DATA_RDY

Part Number: OPT3101

Hi,

I have a custom board with OPT3101 (the board resembles the EVM closely, and uses the exact same parts). I use my own software to configure the registers.

I configure the sensor in monoshot mode by setting the MONOSHOT_MODE to 3U, MONOSHOT_NUMFRAME to 1U and configuring the other registers to appropriate values.

When I set the MONOSHOT_BIT to 1U to perform a software trigger, a new sample is obtained and the DATA_RDY signal goes high to indicate the end of conversion. However, from the datasheet I expect the MONOSHOT_BIT to automatically clear to 0U. However repeated reads of the 00h register shows that the bit remains set.

Can you advice me on how to solve this issue.