nRF54L15 Dev Kit NFC to GPIO

Trying to prototype a pinout on the nRF54L15 dev kit. We want P1.02 to be a GPIO pin instead of NFC. We followed the instructions to recover the device which erases the UICR to store whether the NFC pins are used for GPIO, and included the following in the overlay:

&uicr {
gpio-as-nreset;
nfct-pins-as-gpios;
};

Rebuilt the project and flashed it onto the newly recovered dev kit. Ran and didn't get any output on P1.02. As a sanity check, swapped the pin we were using to P1.05 on the dev kit and it behaved as expected with the programmed toggling. It would seem we're missing something, but the documentation shows that erasing the UICR, setting the previously mentioned UICR values in the overlay and rebuilding, then reprogramming should be all that's needed. Is there a hardware change on the dev kit that needs to happen? Maybe something else we're missing in the documentation?

Parents Reply Children
No Data
Related