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