Tool/software:
Hello!
I am intending to feed an external clock source to the GPIO2 pin on the OPT3101 used in my project.
I referred to the OPT3101 Distance Sensor System Calibration [SBAU310] document and it requires both GPIO2_IBUF_EN and GPIO2_OBUF_EN bits in register 78h to be set to 1 in order for the frequency calibration to function.
I also tried using the OPT3101-ConfiguratorTool GUI to generate a sample initialization C++ file and chose to use the freq correction with external ref clock. The generated C++ file suggests not to set GPIO2_OBUF_EN bit.
Would someone please help clarify which is correct, the calibration document or the configurator GUI tool??