cancel
Showing results for 
Search instead for 
Did you mean: 

ST25R95 doesn't work - Custom implementation, connected too NUCLEO-F413ZH

jagra26
Associate

Hello, I am trying to operate NFC IC ST25R95 on a custom board. But I can't get any answers. I attached a logic analyzer. To validate the circuit, I connected the SPI lines to a Nucleo-f413zh and ran the example code from the X-NUCLEO-NFC03A1 library, and again, no responses. Does anyone know how to proceed?

The circuit photo is attached. The connections to Nucleo-f413zh are the same of X-NUCLEO-NFC03A1.

2 REPLIES 2

>>The connections to Nucleo-f413zh are the same

Yes, please illustrate that.. and the initialization code for them

Especially the common GND, and how this is being powered

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

The connection is made according to figure 2 of the X-NUCLEO-NFC03A1 pdf. Considering the Arduino header, SPI_SCK on D13, SPI_MISO on D12, SPI_MOSI on D11, SPI_CS on D10, IRQ_IN on D8 and IRQ_OUT on D2.
Connections to the custom board are made through wires soldered to test points on the SPI lines. The board is powered by 5v and gnd coming from the Nucleo-f413zh.

The custom board has firmware that does not affect the spi lines or IRQ_IN and IRQ_OUT .