I trying to use I2C2 on an LM4F231 using CCS5. I understand that the GPIOCTL bits in Port E to select the I2C peripheral. Is this something I must do explicity or is there a StellarisWare library routine that will help me?
I expect to see a call that involves GPIO_PE4_I2C2SCL and GPIO_PE5_I2C2SDA but haven't been able to find it. Also, supporting this is that GPIO_PCTL for port E is at zero after I set up the I2C hardware.
Thanks