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.

[参考译文] 使用 tm4c1294和传感器集线器 BoosterPack 的 GPIO

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/608786/gpio-using-with-tm4c1294-and-sensor-hub-boosterpack

您好!

我想问 的是、传感器集线器的 compdm_mpu9150.c 程序中是否使用过 GPIO?

使用它们、因为我们启用它们;

//
//启用 UART 使用的 GPIO 外设。
//
ROM_SysCtlPeripheralEnable (SYSCTL_Periph_GPIOA);

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

    我建议您仔细阅读代码。 compdcm_mpu9150示例程序中使用了许多其他 GPIO。

    -克尔