NRF52811 SPI example

Hello,

I'm currently trying to convert the SPI example project for NRF52811 for the EVK BMD-360 and ran into an issue.

I'm using segger embedded studio 5.42a and nrf sdk 17.1.0.

i've copied the project from the example project and modified the project file for my processor (adopted RAM and ROM, configured no FPU, set the processor etc. as mentioned in this guide https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Fnrf52811_user_guide.html)

when i try to compile the program i receive the following error messages:
-"Output/Release/Obj/spi_bmd360/nrfx_uarte.o: in function `UARTE0_UART0_IRQHandler':"
- "multiple definition of `UARTE0_UART0_IRQHandler'; Output/Release/Obj/spi_bmd360/nrfx_uart.o:<SDKPATH>\nRF5_SDK_17.1.0_ddde560\modules\nrfx\drivers\src/nrfx_uart.c:649: first defined here"

i've already tried the UART example so i guess the error is not located in the uart library. I searched all references for "UARTE0_UART0_IRQHandler" and found that beside the uart library it's also used/defined in "nrfx_irqs_nrf52811.h".

how can i get rid of this error?

Parents Reply Children
Related