NFCTagInitialise is failing since I2C read operation from system register on NFC is failing.
Hi,
Im trying to interface ST25DV04K-8pin with ESP32Wroom. I have initialized I2C communication on ESP as Master.
Source files for ST25DV NFC - https://github.com/stm32duino/ST25DV/tree/master/src
NFCTagInitialise is failing as it is not reading the system Information at 0x17, 0x18-0x1f.
ESP - I2C driver returns error (-1). ESP is unable to write the target address to NFC chip (invalid address). Hence Read buffer is not loaded with the data from slave (NFC module)
