Hi,
I am trying to port the nRF5_SDK_17.0.2_d674dde\examples\nfc\writable_ndef_msg and my linker cant find the definition for the following symbols-
linking...
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol nfc_t4t_emulation_start (referred from hal_nfc_tag.o).
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol nfc_t4t_ndef_rwpayload_set (referred from hal_nfc_tag.o).
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol nfc_t4t_setup (referred from hal_nfc_tag.o).
I am using uVision Keil build environment and made sure to make the changes as per sdk_config.h in my test app.
I also added the c/c++, asm include paths with the following entries and still these symbols are not resolved-
..\components\nfc\ndef\generic\message;
..\components\nfc\ndef\generic\record;
..\components\nfc\ndef\uri;
..\components\nfc\platform;
..\components\nfc\t4t_lib
Can you please help to resolve this linker error ?
regards,
Anil