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

Launch app through NFC Tag scanning in custom application!!!

Hello,

I am working on nRF52832 SDK 15.3.0 using segger embedded studio in windows 7.

I am trying to merge two application, one is launch application through NFC and other is template code given in SDK .

1)launch application path: ..\..\examples\nfc\record_launch_app\pca10040\blank\ses

2)template path:..\..\examples\ble_peripheral\ble_app_template\pca10040\s132\ses

In this i got error as shown below,

Generating linker script ‘ble_app_template_pca10040_s132.ld’
Linking ble_app_template_pca10040_s132.elf
../../../../../../components/nfc/t2t_lib/nfc_t2t_lib_gcc.a(nfc_t2t_lib_al.c.o): in function nrfx_nfct_evt_handler':
undefined reference tonrfx_nfct_rx'
C:\build\HP-NFCL74-JOB1\private\nfc_t2t_lib\armgcc/../nfc_t2t_lib_al.c:302: undefined reference to nrfx_nfct_rx'
../../../../../../components/nfc/t2t_lib/nfc_t2t_lib_gcc.a(nfc_t2t_lib_al.c.o): in functionnrf_nfct_rx_frameend_handle':
undefined reference to nrfx_nfct_init_substate_force'
C:\build\HP-NFCL74-JOB1\private\nfc_t2t_lib\armgcc/../nfc_t2t_lib_al.c:271: undefined reference tonrfx_nfct_init_substate_force'
../../../../../../components/nfc/t2t_lib/nfc_t2t_lib_gcc.a(nfc_t2t_lib_al.c.o): in function nfc_t2t_lib_al_setup':
undefined reference tonrfx_nfct_nfcid1_default_bytes_get'
C:\build\HP-NFCL74-JOB1\private\nfc_t2t_lib\armgcc/../nfc_t2t_lib_al.c:126: undefined reference to nrfx_nfct_init'
../../../../../../components/nfc/t2t_lib/nfc_t2t_lib_gcc.a(nfc_t2t_lib_al.c.o): in functionnfc_t2t_lib_al_start':
undefined reference to nrfx_nfct_enable'
../../../../../../components/nfc/t2t_lib/nfc_t2t_lib_gcc.a(nfc_t2t_lib_al.c.o): in functionnfc_t2t_lib_al_send':
undefined reference to nrfx_nfct_tx'
Output/ble_app_template_pca10040_s132 Release/Obj/nfc_platform.o: in functionclock_event_handler':
undefined reference to `nrfx_nfct_state_force'
Build failed

 Regards,

Urvisha Andani

Related