Hi,
I have an RM42x Launchpad. We he the following doubts :
1)Our problem is that we cannot take any input/output to/from the pin GIOA[2], as it is connected to an LED. Is there any method to do so?
2)The HET pins are dixcontinuous (0,2,4,6..and so on..) for GP I/O.
We have set them as outputs as follows :
gioSetDirection(hetPORT, 0xFFFFFFFFU);
We need to send an output through these 32 pins. But according to the pin-diagram, we can access only 20 out of these 32 pins. Could you tell what happens when we set the first 8 pins, say, using the instruction:
gioSetPort(hetPORT, 0x0000000FFU);