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.
工具/软件:Code Composer Studio
我无法使这些功能与特定引脚一起工作、数据表中没有显示它们被锁定。 我已尝试 PE4 PC7
PE0按预期工作、但我没有从尝试过的任何其他引脚获得响应。
GPIOPinTypeGPIOOutput (GPIO_Porte _BASE、GPIO_PIN_0); GPIOPinTypeGPIOOutput (GPIO_PORTC_BASE、GPIO_PIN_7); GPIOPinWrite (GPIO_Porte _BASE、 GPIO_PIN_0、0); GPIOPinWrite (GPIO_PORTC_BASE、GPIO_PIN_7、0);