This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF52810 P0.08, unable to set GPIO (stuck at 3.3v)

Can't see why this is occurring.

I've checked my custom board and the reflow of the chip under microscope. The doc indicates this pin isn't linked to a peripheral. Despite this the pin is fixed at 3.3v output.


#define CFG_PIN_FRONT_EN 8

NRF_GPIO->PIN_CNF[CFG_PIN_FRONT_EN] = (GPIO_PIN_CNF_DIR_Output << GPIO_PIN_CNF_DIR_Pos);

NRF_GPIO->OUTSET = 1 << CFG_PIN_FRONT_EN; // no effect

NRF_GPIO->OUTCLR = 1 << CFG_PIN_FRONT_EN; // no effect

Parents Reply Children
No Data
Related