Facing an issue while interfacing st nucleo expansion board NFC08A1 with another microcontroller
Hello,
I'm using NFC08A1 Nucleo expansion board. I am trying to interface this board with another renesas microcontroller via SPI.I have connected the expansion board through jumper wires on SPI lines,IRQ,and GND ,VCC.
I'm using RFAL stack for 3916B IC.
Currently I'm facing issue in IC initialisation DemoIni() function, the code is getting stuck at
EXIT_ON_ERR( err, st25r3916Initialize() ); inside rfalInitialize() function. Can you please suggest how this issue can be solved.
