ST25R3918 I2C driver space-B access issue
Hello,
I am writing interface for ST25R3918 NFC chip for our BSPs using I2C protocol. The datasheet of the chip mentions non-standard I2C command for space-B access that there is no ACK from chip after sending of first byte "FBh".
I can see that ST provided driver handles this by special flag "I2C_FIRST_AND_NEXT_FRAME", but how would I handle it for non-STM32 external MCUs as this would generally throw error of NACK? Does that mean that this NFC chip will not work with non-STM32 MCUs using I2C protocol?

Thanks


