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.

DSP2812 SPI的问题



关于TMS2812的SPI接口有个问题想请教一下:当我要使用SPI接口时,SPISTE引脚一般是设为外设模式:
GpioMuxRegs.GPFMUX.bit.SPISTEA_GPIOF3  = 1;
还是普通I/O模式:
GpioMuxRegs.GPFMUX.bit.SPISTEA_GPIOF3  = 0;啊?
我发现有的时候要是设置为普通I/O模式,有时候要设为外设模式,根据接口芯片的不同来决定??
如果设为普通I/O模式,我可以直接操作I/O对它进行复制。如果设为外设模式,此端口的电平是怎么变化的啊?