Part Number: OPT3101
We are currently working on an OPT3101 project using the MSP430F5503IRGZ microcontroller (which matches the EVM specifications). For our prototype development, we are programming the MCU via USB bootloader using the PUR pin. We have successfully retrieved data through PuTTY using serial communication.
However, we recently encountered an issue: an "Invalid frame signature" error appeared. We are seeing the following parameters:
- Phase = 0
- Amplitude = 0
- Tmain = -256
- Distmm ≈ 9310 (stuck value)

Questions:
- What do these parameter values indicate? (Could it be: sequencer off, data not ready, invalid frame status, wrong TX channel, or something else?)
- Does this indicate hardware damage, or is it a software/configuration issue?


