How to use NUCLEO-L4R5ZI with X-NUCLEO-NFC08A1?
Hi, i need help with the integration between NUCLEO-L4T5ZI and X-NUCLEO-NFC08A1 board.
What I tried is:
- Create a project using STM32CubeIDE.
- Choose X-CUBE-NFC in the Middleware and Software Packs and update the configuration.
- Enabled SPI1

- Update the PIN assignment




- Use the automatic code generation feature to generate the code
- the attachment is the .ioc file with the above settings Google Drive link
- I found that after the code generation didnt generate the "rfal_utils.h" file, the X-CUBE-NFC is version 3.0.0 downloaded in the STM32CubeIDE MCU Embedded Software Packages Manager. So I copy the "rfal_utils.h" file from the ST X-CUBE-NFC6 download link

- After copying the "rfal_utils.h" to the project, the project can be built successfully but the demo project not running successfully on the hardware.
- I probed the MISO/MOSI PIN with an oscilloscope and found no signal.
- Enabled SPI1
- This is my project file -> Google Drive link
Can anyone guide me? I'm a STM32 Beginner and this is my first time using the STM32 dev environment.

