Hello,
I would like to analyze the nfc_launchapp example from the SDK to understand how NFC tags are recognized.
Specifically, I want to examine the relevant code portions. However, I cannot open the nfc_t2t_lib_gcc.a file.
I found out that .a files are static libraries, which are collections of compiled object files from multiple .cpp files.
It seems I cannot extract the original .cpp files from this library.
Where can I obtain the nfc_t2t_lib.c file?
please help me....
