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

how to porting experimental nrf_libuarte_async

hi all ,

i now need  porting nrf_libuarte_async lib for my project . it show some error

How to deal with this problem?

i reference (experimental_libuarte project )to add path and files .

see attach files   (ble_connectivity_s132_uart_pca10040.emProject and sdk_config.h)

experimental nrf_libuarte_async

error message:

Building ?ble_app_uart_pca10040_s132? from solution ?ble_app_uart_pca10040_s132? in configuration ?Debug?
1> Linking ble_app_uart_pca10040_s132.elf
1> Output/ble_app_uart_pca10040_s132 Debug/Obj/nrfx_prs.o: In function `UARTE0_UART0_IRQHandler':
1> /Users/stevenlin/nRF5_SDK_15.1.0_a8c0c4d/modules/nrfx/drivers/src/prs/nrfx_prs.c:81: multiple definition of `UARTE0_UART0_IRQHandler'
1> Output/ble_app_uart_pca10040_s132 Debug/Obj/nrf_libuarte.o:/Users/stevenlin/nRF5_SDK_15.1.0_a8c0c4d/components/libraries/experimental_libuarte/nrf_libuarte.c:450: first defined here
Build failed


hw:
nrf52832 DK (pca10040

sdk:
nRF5_SDK_15.1.0_a8c0c4d

ide:
SEGGER Embedded Studio for ARM
Release 3.50  Build 2018081000.36713

os:
macOS x64

sdk_config.h

/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-15a01207a3f54f0e8d3b0f42fedf4250/sdk_5F00_config.h

uart_pca10040.emProject(need rename .txt to .emProject)

/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-15a01207a3f54f0e8d3b0f42fedf4250/ble_5F00_app_5F00_uart_5F00_pca10040_5F00_s132-.txt

Thank you for your consideration

  

Related