TI中文支持网
TI专业的中文技术问题搜集分享网站

DSP 28379D GPIO口配置为输出时是否需要上拉

DSP 28379D GPIO口配置为输出时是否需要上拉?,不用的GPIO口又该如何配置?

user6459816:

这款没用过,我用过TMS320C6000系列,一般内部做了上下拉的都空接就好

Susan Yang:

user5977653GPIO口配置为输出时是否需要上拉?

是的,可以参考C2000ware的GpioSetup例程

GpioCtrlRegs.GPAPUD.bit.GPIO0 = 0;   // Enable pullup on GPIO0

user5977653不用的GPIO口又该如何配置?

这个您可以参考Table 4-7. Connections for Unused Pins

GPIOx

• No connection (input mode with internal pullup enabled)

• No connection (output mode with internal pullup disabled)

• Pullup or pulldown resistor (any value resistor, input mode, and with internal pullup disabled)

赞(0)
未经允许不得转载:TI中文支持网 » DSP 28379D GPIO口配置为输出时是否需要上拉
分享到: 更多 (0)