STM32duino X-NUCLEO-NFC06A1 Can't run with I2C interface
Hi Everyone.
I have tried test NFC use Nucleo-L152RE and X-Nucleo-NFC06A1.
I use STM32duino X-NUCLEO-NFC06A1 example to test. It run normally with SPI interface.
But when I change it to I2C interface, it can't run.
- Hardware modification:
• solder ST2 and ST4 jumpers
• solder R116 and R117 pull-up resistors
• remove the SPI solder bridge (R205)
• put the I²C solder bridge (R204)
- Firmware modification:
use
#define I2C_ENABLED
Besides that, I have tried to test I2C scanner, to read the I2C address of NFC06A1, but it can't find I2C device.
What should I do in the next step to make it can run with I2C interface?
Thanks,
