can i use GPIO-32 as input?
port intialization: it is correct?
GpioCtrlRegs.GPBMUX1.bit.GPIO32 = 0; // 0=GPIO, 1=I2C-SDA, 2=SYNCI, 3=ADCSOCA
GpioCtrlRegs.GPBDIR.bit.GPIO32 = 0; // 1=OUTput, 0=INput
what register i have to read to test input status of the port?
thanks Andrea Francalanci