DWM1001 library integration with nrf52832 ble_app_uart code

Hi all,

I am working on a project which needs dwm1001 library integration with nrf52 ble code. I am using ble_app_uart code. decawave have provided dwm.o and libdwm.a files. I have added these files into my ble_app_uart code in linker -> additional input files but I am getting multiple definations error.

anyone has worked on this? or can you please guide me how can I add pre-compiled library into my nrf-sdk?

any other way to to this?

please guide. Thank you

Parents Reply Children
  • Hello again

    I believe you are pretty close to getting it right, it looks like your pre compiled archive has been included properly, but I suspect what you're seeing is caused by some functions being defined in both the dwm1001 library and the nrf52 ble code.

    What libraries have you included in your code?

    If you don't include the nrf52 ble code, do you get rid of the errors?

    -Einar

Related