Hi all,
I am trying to port the nfc_text_record to the example experimentral_central_ble_app_blinky after I am able to compile I am getting the following message on my terminal APP_ERROR:ERROR:Fatal
and my device keep restaring.
The steps I am following are: I added the all .c files NFC example to my tarjet project and the .h headers to my main.c
I added the path for the .c files and keil.lib that were added
I added to the sdk_config.h inside the text edidor (not in the Configuration wizard like in the following imagen)
I added it manually because It was not inside the sdk_config.h
#define NFC_HAL_ENABLED 1 #define NFC_NDEF_MSG_ENABLED 1
I am following the correct steps?
if I exclude the #definitions above I am not able to compile.
Thanks