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.

pull up or down GPIO when interrup

hi

Could you show me how to configure pull up/down GPIO pin when it is external interrup , I tried to use funtion 

GPIOPadConfigGet (uint32_t ui32Port, uint8_t ui8Pin, uint32_t ∗pui32Strength, uint32_t
∗pui32PinType)

and

GPIOPadConfigSet (uint32_t ui32Port, uint8_t ui8Pins, uint32_t ui32Strength, uint32_t
ui32PinType)

but it not work , so I used GPIOPinConfigure but i see my data is noise;

thankyou so much