LL driver for reading register of ST25DV64KC
Hi community,
since I cannot find a suitable LL-driver for reading register with 16bits address, here is my experiment.
the nfc tag init function:

the ReadID funciton is called, in background is GetICREF function.

in low level the BSP_I2C2_Read16 function is called:

console output:

but the logic analyser only captures these values:

*******************************************************************************************************************
my questions:
1. is my BSP_I2C2_Read16 funciton ok?
2. the device address is 0xae, where does the value 0x57 come from?
3. the register address is 0x0017, why is only the LSB 0x17 captured?
Any other suggestions are willcome! thanks a lot.
