User Activity

I'm trying to use X-NUCLEO-NFC01A1 with STM32 F429ZI to read data from phone NFC. When I'm trying to open session HAL_I2C_Master_Transmit(&hi2c1, M24SR_ADDR, (uint8_t*)pBuffer,NbByte, 1)in function M24SR_SendI2Ccommand (file drv_I2C_M24SR.c) returns ...
My code is little modified Nucleo NFC Sample code. But instead of using WriteURI I want to read URI from Android phone. Every time NFC returns success but variable used with ReadURI function has always the same value as previous.My snippet:int main(v...
Kudos from