Hi everyone,
I have a custom board using nRF52832 chip.
I want to turn ON and OFF a LED, which is directly connected to a GPIO pin.
Using this configuration I expect that passing the following instruction to set it as an output
and the following instruction
the LED will turn ON, but this doesn't happen.
Otherwise, I have discovered that it turns ON if I use the internal Pull Up resistor:
and it turns OFF when I disconnect the Pull Up resistor:
I'm not understanding this behavior..
The nRF52832 chip is supplied by 3.3V and I should get 3.3V at GPIO pin when the LED is ON, but I get just 2.7V.
Is there some reason that explain these strange behaviors?