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

Missing "nfc_t2t_lib.c" when building BLE Interactive example

When building example ble_app_interactive_s132_pca10040, SES asks for missing "nfc_t2t_lib.c" and "nfc_t2t_lib_al.c" files. This happens when SES is 'Preparing target for download', both in Debug and Release configurations. Specifically, it takes place just before SES reports successful download of SD hex.

I cannot find these files from the nRF5 SDK v17.0.0, where also the example project is. After clickcing cancel-no quite a few times*, SES eventually downloads the images to the device. However, it leaves me uncertain what's happening:

  1) What are these files?

  2) Are they essential by any means, reagarding how the compiled image works?

  3) How can I get rd of SES asking for the files?

I seem not be all alone with the observation, as HDuc has reported it as well (2+ years ago):

   https://devzone.nordicsemi.com/f/nordic-q-a/43907/nfc-ble-pairing-connection-issue

** EDIT **: *Irritatingly, the number of times it asks for file location is increasing all the time. It used to be ~6, then 18, now 24. Cleaning the solution does not help, neither reloading the project. How to deal with it?? This is becoming the major issue now.

Related