NFC10A1 on NUCLEO -F303
Hello,
I would like to develop a system using the NFC chip ST25R200 and the microcontroller STM32F303. The main idea is to be able to read an NFC tag, specifically the ST25DV64KC.
As a first step, I plan to test this using the prototyping board NUCLEO-F303 and the NFC expansion board X-NUCLEO-NFC10A1. I'm using CubeIDE.
I'm sure that ST has prepared everything for a simple and smooth integration. Because of that, I'm confused about what I'm doing wrong.
After configuring the pins and integrating the middleware/software in STM32CubeMX, I get errors when I try to compile the code (I haven't changed anything in the generated code).
Here is picture with Pins defined:

here is Middleware/software package included and set:

SPI1, Interrupt, GPIO configure:


After generating code I go to main.c where I want to compile generated code and get a lot of errors:


Can you please help me understand what I'm doing wrong?
In the past, I worked with the ST25R3912, so I have some experience.
If you need more information, feel free to ask.


