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.

关于DSP28379的使用问题

最近在使用DSP28379的开发板,有两个小问题想请教一下:

1.GPIO的外设功能选择寄存器的选择,在芯片手册里有个GPIO Index,这个是什么意思呢?和下面的GPyGMUX、GPyMUX如何配合使用?

2.在28379这款新的DSP里,用到了给定的一些函数模块,如GPIO_SetupPinOptions(34, GPIO_OUTPUT, GPIO_PUSHPULL)、GPIO_SetupPinMux(34, GPIO_MUX_CPU2, 0)等。这个操作很像51单片机里基于库函数的操作了,但是如何知道这里函数的输入参数有哪些选项呢?51单片机里是可以看到所有传入参数的,dsp这里好像看不到。