I add these codes to main() of loop example in dsplink(dspside),
PINMUX11 = PINMUX11|0x00800000;
GPIO_DIR23 = 0;
GPIO_OUT_DATA23=0;
then my command is ./loopgpp loop.out 1024 100
but the pin GP3[14] isn't low level ,I can't control it.
Can you help me ? I am a starter.