Hi team,
Here's the request from the customer:
Will something affect the data reading if customer configure the I2C pins as push-pull output?
Could you help check this case? Thanks.
Best Regards,
Nick
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.
Hi team,
Here's the request from the customer:
Will something affect the data reading if customer configure the I2C pins as push-pull output?
Could you help check this case? Thanks.
Best Regards,
Nick
Hi Nick,
The GPIOs are reconfigured during I2C_open -> I2CCC26XX_initIO of the I2C TI Driver. The are also de-allocated/released after I2C_close so that the pins can perform a separate functionality after I2C usage. Thus it should not matter what the pins are initialized as. Is the customer observing something else in their setup?
Regards,
Ryan