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

I am working on new sdk13 and nrf52 ,trying to add nus in multiperipheral example but getting following errors..I have added the paths for respective files too

._build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_uart_get (referred from main.o). ._build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_uart_init (referred from main.o). ._build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_uart_put (referred from main.o). ._build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol ble_nus_init (referred from main.o). ._build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol ble_nus_on_ble_evt (referred from main.o). ._build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol ble_nus_string_send (referred from main.o).

Parents Reply Children
Related