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

UARTE Configuration with HAL library, multiple definition UARTE0_UART0_IRQHandler

Hi all, 

I'm struggling with UARTE and easyDMA. i just want to send data with TX.

I am trying to configure it with the hal librairy but i cannot manage to make it work. Either, my code compile and run but nothing is sent, either it is not compiling and i have this error : 

"multiple definition of `UARTE0_UART0_IRQHandler'; Output/receiver_pca10040 Release/Obj/nrfx_prs.o:../.nrfsdk/modules/nrfx/drivers/src/prs/nrfx_prs.c:81: first defined here"

I am using SDK 15 without softdevice, on nRF52832

Here is my functions to configure the UARTE peripheral : 

I use it like this in my main c file 

Hope someone has a hint about this!

Thank you all in advance for your help