I am working on the MSP430F5172. I would like to use all of the analog input pins and I2C. Unfortunately, PM_UCA0SDA and PM_UCB0SCL are located on the same pins as A4 (analog input 4) and A5 (analog input 5).
Is there a way to use SDA (I2C data) and SCL (I2C clock) on different pins? For example, pins 23 (P3.0) and 24 (P3.1).