NFC samples in latest SDK 11 are working well when using Keil IDE. But there is no correct functionality with IAR. Samples compile well, code can be flashed and runs. But the NFC reader (mobile phone) detects the emulated tag as an empty device (no NDEF, no information). Is there a non-complete implementation of the NFC library inside "nfc_t2t_lib_iar.a"?
Next question: What is the recommended way to debug a NFC application if the main functionality is encapsulated in the library?