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.

[参考译文] CCS/CC3200:GPIOmode set 命令

Guru**** 2826755 points

Other Parts Discussed in Thread: CC3200, CC3200SDK

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/570550/ccs-cc3200-gpiomode-set-command

器件型号:CC3200

工具/软件:Code Composer Studio

您好!

我想知道如何设置中引脚的值  

GPIODirModeSet (unsigned long ulPort、unsigned char ucpins、unsigned long ulPinIO);

Code Composer Studio。

例如 GPIODirModeSet (GPIOA1_base、0x4、GPIO_DIR_MODE_OUT);

如何加速0x4。 此外、如何确定 cc3200中的特定 GPIO 端口。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好!

    有关 GPIODirModeSet()的详细信息,请参见"C:\ti\cc3200SDK_1.2.0\cc3200-sdk\docs\CC3200-Peripheral_Driver_Library_User's Guide "。 使用搜索工具查找 GPIODirModeSet()。

    -克尔
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好!

    解释在 www.ti.com/.../getliterature.tsp 的第5.2.1章中、您可以找到什么是数字0x4 (特定引脚的掩码)。 与其他 MCU 相比、CC3200中的 GPIO 外设略有异常。

    1月