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

having problems adding logs to the Eddystone example

Hi,

I am trying to add logs to the Eddystone example using SDK15, SD132, arm5_no_packs, PCA10040 and Keil. I added the corresponding libraries to the project, entries for log backend in sdk_config, and I am getting duplicate symbols at linking.

.\_build\nrf52832_xxaa.axf: Error: L6200E: Symbol UARTE0_UART0_IRQHandler multiply defined (by nrfx_uarte.o and nrfx_uart.o).

The way I am enabling the modules in sdk_config is exactly how I am doing it successfully in other projects.

I am feeling like a newbie but I already tried to trace it without success.

Please help.

I am attaching the project which is only modified from the example with things regarding the log.

Thanks!ble_app_eddystone - Copy.zip

Related