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

connecting a PN532 V3 Module to a nRF52840 using SPI. (NFC)

I need to connect a PN532 V3 Module to a nRF52840 using SPI.
I tested it using arduino IDE (I used those three libraries: Adafruit_PN532.h (github.com/.../Adafruit_PN532.h)
, SPI.h and WIRE.h)
and it worked.
So I tried to take those libraries to SEGGER Embedded Studio, but it doesn't work. It seems like I need to convert those libraries from C++ to C.
Is there any other solution?!

Thank you in advance

Related