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

P0.09 and P0.10 on nRF52810

Hi,

I'm developing on nrf52810 using the SDK14.1.0 and I've take as starting point a template application that targets nRF52810 running on the nRF52 Development Kit. But I'm working on nrf52810 hardware, NOT the nrf52DK, so I've made preprocessor and startup files adjustments as indicated in documentation.

I want to use P0.09 as digital output and I've read many questions about using this pins as GPIO instead of NFC. I understand the issue when using nrf52DK and default settings in SDK, but nrf52810 has no support for NFC so I think this pins should be default configured as GPIO.

For testing I'm generating a clock signal which is properly driven through pins P0.28, P0.30 and P0.12.

What's missing?

Thanks!

Related