Hello,
Please make sure that you are enabling correctly the block to be mirrored. For instance, the data in SRAM cannot be mirrored to block 0 of the NTAG I2C EEPROM since it is the block which contains information of the Tag such as the UID which cannot be modified.
Please mirror it starting from block number one.
NTAG_SetSRAMMirrorOnOff(ntag_handle, true);
HAL_Timer_delay_ms(5);
NTAG_SetSRAMMirrorBlock(ntag_handle, 1);
This way it allows me to see the SRAM reflected in EEPROM.
I hope this helps!
Regards,
Ivan.