This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6748GPIO配置的问题

Other Parts Discussed in Thread: STARTERWARE-C6DSP

我想写个GPIO的小程序。

我想驱动GP1[14],参考例程:

管脚初始化:

GPIODirModeSet(SOC_GPIO_0_REGS, 30, GPIO_DIR_OUTPUT);    // D7  GPIO0[0]

管脚复用配置不对。

例程上GP0[5]是这样配置的:

GPIOBank0Pin5PinMuxSetup();

我写GP1[14]

GPIOBank1Pin14PinMuxSetup();报错:

请问高手,该如何定义?谢谢!