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

I WANT ADD THE NFC EXAMPLE AT ble_app_beacon EXAMPLE.

Hi, i'm using nrf52832 uploaded ble_app_beacon example.

I want nrf52832 to work as a beacon and as a nfc tag.

Thus, I added some nfc example code. nfc_t2t_lib.h also added in bla_app_beacon project file.

But, compile result have 2 errors.

 Error: L6218E: Undefined symbol nfc_t2t_emulation_start (referred from main.o).

 Error: L6218E: Undefined symbol nfc_t2t_setup (referred from main.o).

PLZ Can anyone solve this? thank you

 

Parents Reply
  • This time I tried to combine the nrf \ record_text example with

    the ble_app_hrs_rscs_relay example in the same sdk.

    Other build results appeared.

    error: L6002U : Could not open file..\..\..\components\nfc\t2t_lib\nfc_t2t_keil.lib: No such file or directory.

    Clearly, it works in the record_text example...

    I added "components\nfc\t2t_lib folder through keil "Options for Target > C/C++ / Include Paths." and  I added the some C file after I created the group in the project window like record_text project window.

Children
No Data
Related