How to use the X-NUCLEO-NFC08A1 with 3.3V power?
Hi, I'm currently examining the X-NUCLEO-NFC08A1 as a NFC chip for our project. And I've stumbled across a problem. Our own Hardware runs predominantly on 3.3V. In theory, this would not be a problem as the Chip st25r3916b supports the 3.3V operation, but I've found no resources on how to use it.
I've implemented a startup routine, that resets the chip (0xC1), then sets the Chip to 3.3V mode (0x01,0x80) and then tries to read the Chip ID (0x7F), but the Chip ID is not returned.

As far as my understanding of the Protocol goes, there is no way to only use the Chip resp. the Eval-Board with only 3.3V. As the chip would have to be powered up with 5V and then set to 3.3V mode to use it that way. Otherwise, the Chip won't be able to hear the MCU, as the SPI signal threshold is below the minimum 3.6V, that are required for the 5V use case.
Am I wrong in my understanding or is there some sort of jumper, that I need to set?

