This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SES crashes when ignoring missing nfc_t2t_lib.c files

Hi,

I have a similar issue as Wille in his question. I was trying to alter the example "nfc_text_record" for my needs. The code compiles without a problem, but when I try to debug the code, it opens two windows in which I am prompted to locate where the files "nfc_t2t_lib.c" and "nfc_t2t_lib_al.c" are located. I tried to do what was suggested in the linked question and just clicked cancel in both upcoming windows. I also clicked yes when asked if I want to ignore future searches for the files. But when I do this, SEGGER Embedded Studios crashes, see the image below.

SES Crash

This is not only happening with my own code, but also with the original, unchanged nfc_text_record example. I am somewhat certain that the crash has something to do with the missing files, because if I take another example code (i.e. blinky), I can compile and debug without a problem.

I am using following HW/SW:

  • SDK 17.0.2
  • SES V5.10b
  • nRF52840 DK (PCA10056 2.0.1)

Thank you in advance.

Related