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.
Hi
I want to set P2.0 pin of MSP430FR5994 as ACLK using API function provided. But in header definition is only available for
#define GPIO_PRIMARY_MODULE_FUNCTION (0x01)
Please suggest a method to implement the same using GPIO_setAsPeripheralModuleFunctionOutputPin() .
Hi, George,
The GPIO_setAsPeripheralModuleFunctionOutputPin() has the same parameters as GPIO_setAsPeripheralModuleFunctionInputPin(). They both have the mode parameters:
#define GPIO_PRIMARY_MODULE_FUNCTION (0x01)
Thanks,
Lixin
**Attention** This is a public forum