Hello Community,
I am trying to set pull up set high and slew rate high for my I2C configuration. I could do it with functions "Pinmux_Set_Pull()" and "Pinmux_Set_SlewRate()".
I could see pull ups and slew rate getting set from functions "Pinmux_Get_Pull" and "Pinmux_Get_SlewRate" as shown in figure.
But when I read configuration register in debug could not see values getting reflected on Pull up select register and slew rate select register.
Are those the correct registers to see if pull ups and slew rate has been set correctly ?
Thanks and Regards,
Neil