Hello,
I am trying to configure P0.9 as output and toggle this pin. It is no possible but if I change the number of the pin then I can see the modification of the output value.
I can not understand why.
Hello,
I am trying to configure P0.9 as output and toggle this pin. It is no possible but if I change the number of the pin then I can see the modification of the output value.
I can not understand why.
Hi
Sorry about the late reply, it's been holiday season in Norway, so we've been very low on staff the last few weeks.
This has been asked and answered multiple times for the nRF Connect SDK as well.
As of NCS v2.5.0, you need to use the devicetree to configure NFCT pins as GPIOS like this: &uicr { nfct-pins-as-gpios; }; in your project's .dts file.
Best regards,
Simon
Hi
Sorry about the late reply, it's been holiday season in Norway, so we've been very low on staff the last few weeks.
This has been asked and answered multiple times for the nRF Connect SDK as well.
As of NCS v2.5.0, you need to use the devicetree to configure NFCT pins as GPIOS like this: &uicr { nfct-pins-as-gpios; }; in your project's .dts file.
Best regards,
Simon