How can i configured I2CM_SDA pin to be use as GPIO 13?
Thanks in advance
Hello I enable gpio 13 with this register configuration
PH_REG_SET(PCR_PADIICM_REG,(PCR_PADIICM_REG_SDA_EN_OUT_MASK|PCR_PADIICM_REG_IICM_SW_ENABLE_MASK));
For use gpio upper 13 yo had to enable input or output and enable pad configuration.
bye
Hi sergio, i am doing with your way, could you please help me, affter configured, how can i read data from I2CM_SDA pin?