2017-12-07 02:49 AM
Hello,
this is milav from,india.
I want to know if there is any c-library available for M24SR64-Y programming?
thank you
Solved! Go to Solution.
2017-12-20 05:48 AM
Hi Milav,
Currently the LibNDEF provided by st does not manage directly any multi NDEF record. But it is managing the Smart Poster defined by the Smart Poster Record Type Definition (from NFC Forum). which can be used as example for an NDEF multi record. There is also an example of adding a record in a NDEF message with the NDEF AAR library.
Hope this will help you.
Best Regards.
2017-12-07 06:49 AM
2017-12-08 12:57 AM
i want to read eeprom data and update the content.
can we need this all nfc stack?
is this M24SR_Initialization needed?
is this M24SR_ManageGPO needed?
can i directly read and write the m24sr without all this initialization?
please correct me if am i wrong?
thank you..
2017-12-14 01:42 AM
Hi Milav,
Yes this is needed, you can have a look to the
for more details on its functioning.This RF memories is using same protocol for I2C as for RF. One cannot directly access memory content by address.
Kind Regards.
2017-12-18 02:34 AM
Thank You...
is there any C-lib for
M24SR Multi NDEF record
??2017-12-20 05:48 AM
Hi Milav,
Currently the LibNDEF provided by st does not manage directly any multi NDEF record. But it is managing the Smart Poster defined by the Smart Poster Record Type Definition (from NFC Forum). which can be used as example for an NDEF multi record. There is also an example of adding a record in a NDEF message with the NDEF AAR library.
Hope this will help you.
Best Regards.