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

Why are the dedicated NFC pins on "low frequency I/O only" pins?

The dedicated NFC pins on the nRF52840 are P0.09 and P0.10. However, these are noted as "Standard drive, low frequency I/O only" pins, with "low frequency I/O" defined as "signals with a frequency up to 10 kHz". 

I don't understand. NFCT has a 13.56 MHz AM receiver and load modulator, and has a 106 kbps data rate, neither of which are anywhere near 10 kHz.

How do you square this?

Parents
  • That’s just telling you if you use them as normal GPIO pins instead of NFC they are limited to lower frequency than other GPIOs. That’s quite understandable as, even with the NFC disabled there’s going to be some unusual loading on the pins and you’d expect that to be worse at high frequencies as the disable circuit probably has frequency dependent impedance. 

    When used as NFC pins they will respond to NFC frequencies of course. They are just limited in the alternate GPIO configuration. 

Reply
  • That’s just telling you if you use them as normal GPIO pins instead of NFC they are limited to lower frequency than other GPIOs. That’s quite understandable as, even with the NFC disabled there’s going to be some unusual loading on the pins and you’d expect that to be worse at high frequencies as the disable circuit probably has frequency dependent impedance. 

    When used as NFC pins they will respond to NFC frequencies of course. They are just limited in the alternate GPIO configuration. 

Children
Related