Tag write using ST25RU3993-HPEV
Tag EPC, User memory Write using STUHFL library. Would like to know the procedure to do the Tag write using ST25RU3993-HPEV. If someone can refer any example project using STUHFL code wrapper of C#, it'll be helpful.
Tag EPC, User memory Write using STUHFL library. Would like to know the procedure to do the Tag write using ST25RU3993-HPEV. If someone can refer any example project using STUHFL code wrapper of C#, it'll be helpful.
Hello Sandhu,
Please have a look to the API function "Gen2_BlockWrite(STUHFL_T_Gen2_BlockWrite *blockWrite)". This API allows to write 16bytes at once
For writing the EPC, note that the EPC memory starts with the StoredCRC word, and the StoredPC word. You find the memory layout also in the GS1 spec, that is mentioned above. To overwrite the EPC you need to use for memoryBank = STUHFL_D_GEN2_MEMORY_BANK_EPC and set wordPtr = 2 to start writting after StoredCRC and StoredPC. Also note, that if you want to change the length of the EPC you have to update the StoredPC with correct length information
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.