Hello, Iam using the LPC812 and I need to turn off the pull up resistor on the input pin 0_5. Still with no success. Can anyone help me what Iam doing wrong?
Here is the code I am using:
Chip_SWM_DisableFixedPin(SWM_FIXED_RST);
| Chip_GPIO_SetPinDIRInput(LPC_GPIO_PORT, 0, 5); Chip_IOCON_PinSetMode(LPC_IOCON, IOCON_PIO5, PIN_MODE_INACTIVE); |
Thanks