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

Merging two examples in SDK14

Hi,

I've been working with SDK11, and now I have to move my project to SDK14 due to some issues with the old SDK.
In SDK11 I could just use Keil's "Manage Run-Time Enviroments" dialog to add whatever libraries I needed, and it worked.

Now I've started moving all my code to SDK14 and things don't work as they did, and now I'm trying to get the same code working.

I've started by taking the ble_app_uart example and adding to it the record_url example. I merged the required code, I went in the project options
under C/C++, ASM and appended the library paths there, but it still does not work, I keep getting:

linking...
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nfc_t2t_emulation_start (referred from main.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nfc_t2t_payload_set (referred from main.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nfc_t2t_setup (referred from main.o).
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nfc_uri_msg_encode (referred from main.o).
Not enough information to list image symbols.

I even tried merging the makefiles.

Also where did the nrf_drv_config.h file go?
Where do I now enable peripherals?

Parents Reply Children
Related