Hi Li san,
By using "NfcrdlibEx4_MIFAREClassic" demo libray, I am understanding the read/write procedure and trying to read/write MAIFARE ULTRALIGHT. Now I have some questions.
1. Can phalMfc_Read()(phalMfc_Write()) read/write the data from/to MAIFARE ULTRALIGHT tag? I tried it and result is;
-- Write: only 4bytes can be written to tag -- Read:consecutive 12 bytes can be read
And phalMfc_GetVersion returned error.
So, functions for MAIFARE Classic cannot be applicable to MAIFARE ULTRALIGHT handling?
2. To incorporate functions for ULTRALIGHT into "NfcrdlibEx4_MIFAREClassic", I included the header file "phalMful.h" and add some code using phalMful_Read()(phalMful_Write(). But compiler shows error 'undefined reference to `phalMful_Read'. is there any setting ti make the path to files?
3. I want to combine NfcrdlibEx1_basicDIscoveryLoop and other read/write process. For example, what should I do to combine NfcrdlibEx1_basicDIscoveryLoop and NfcrdlibEx4_MIFAREClassic? I am not sure how to handling the pointer structure such as 'pDataParams'. There are too many similar pointer structures and I am confused...
I appreciate your support!
S. Miwa