Hello, I cant seem to activate pulldown/pullup internal resistor in an GPIO configured as input.
i tried both:
PinConfigSet(GPIO_REED,PIN_STRENGTH_4MA,PIN_TYPE_OD_PU);
and
GPIO_IF_Set(GPIO_REED, g_uiREEDPort, g_ucREEDPin, 1);
and my configuration is :
MAP_PinTypeGPIO(PIN_61, PIN_MODE_0, false);
MAP_GPIODirModeSet(GPIOA0_BASE, 0x40, GPIO_DIR_MODE_IN);
any thoughts?
thank you