I want to set non-gio pins for gio because of shortage of gio pins.
But how can I know the pin is correspond to which pin in the launchpad?
I have also met another problem.
I want to set mibspi1 for gio,
gioInit();
gioSetDirection(mibspiPORT1,0x01);
gioSetBit(mibspiPORT1,0x01, 1);
However this code can not output high level voltage in the launchpad pin "MIBSPI1NCS[0]"
Hoping for an answer.