2017-08-08 05:39 AM
2017-08-21 07:59 AM
Hi Kumar,
The NDEF_WriteNDEF function is a function of the NDEF Lib and will directly send a write command to the M24SR driver without formatting and without first sending a command to select the application, files, ... (as defined for the M24SR in datasheet).
On the other hand, the function TT4_WriteURI is a function from the M24SR wrapper and allows to initialize and to format the NDEF tag (URI) before writing the NDEF message.Using the TT4_NDEF API is better for your application, and in the file lib_TagType4 file you will find other functions for each type of NDEF also.
Hope this will help you.
Best Regards.
2017-08-21 07:59 AM
Hi Kumar,
The NDEF_WriteNDEF function is a function of the NDEF Lib and will directly send a write command to the M24SR driver without formatting and without first sending a command to select the application, files, ... (as defined for the M24SR in datasheet).
On the other hand, the function TT4_WriteURI is a function from the M24SR wrapper and allows to initialize and to format the NDEF tag (URI) before writing the NDEF message.Using the TT4_NDEF API is better for your application, and in the file lib_TagType4 file you will find other functions for each type of NDEF also.
Hope this will help you.
Best Regards.