Error with X Cube NFC6 with Nucleo-G474RE and X-Nucleo-NFC08A1
Hey,
I am using the Nucleo-G474RE board with the X-Nucleo-NFC08A1 NFC Shield and use the X Cube NFC6 library in the Cube IDE environment. The initialization seems to work and there are no errors when building the code, but the demoCycle() function doesn´t work. It can only get into the state DEMO_ST_START_DISCOVERY and then breaks out of the switch function and if I comment out the break of the case it reaches DEMO_ST_DISCOVERY but the if statement gets an error and again breaks out of the switch statement. I can´t find the source of the error and don´t know what to do anymore. The gNfcDev seems to be in the wrong state and doesn´t change to the right one. Can someone please help me?
