How to create a project with X CUBE NFC06
Hi,
I want to detect NFC tag. For that I have a P-NUCLEO-WB55 + X NUCLEO NFC06A1.
I have downloaded the zip file (en.X-CUBE-NFC6_v1.1.0) from ST with examples but they are for boards that aren't mine.
I tried to:
- Generate a code for wb55 with CubeMX
- Add files (header and source) from the zip file
But I ended up with somes errors like "/Core/Inc/platform.h:149:55: warning: implicit declaration of function '_Error_Handler'; did you mean 'Error_Handler'?"
or "'BUS_SPI1_NSS_GPIO_PORT' undeclared (first use in this function); did you mean 'NUCLEO_SPIx_SCK_GPIO_PORT'?"
So my question is what is the right way to create a project with X CUBE NFC6 ?
EDIT:
Thanks to Brian TIDAL, I have been able to create a project from scratch for WB55 + NFC06A1 shield.
Process should be the same for others boards so you will find in attachement a zip containing a tutorial.
