I use tms570lc4357hdk.
GIOA[0] has deault terminal A5 and alternate R5 for input. However R5 is also listed under output.
There is also a different PINMMR setting to use it as input on R5 (PINMMR83[25]) as opposed PINMMR16[11] for output.
So what happens if you put PINMMR83[25] to 1 and PINMMR16[11] to 1?
To configure GIOA[1] as input on R5, do you need to set:
PINMMR83[24] = 0
PINMMR83[25] = 1
PINMMR16[11] = 0
or is it enough to set PINMMR83[25] = 1?