This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf52810 multilink

Hi,

I am using nrf52810 chip. we are trying multilink with central(1 central and two peripherals connected at a time),one central and one peripheral is fine, but we are trying to two peripherals

at that time we are using s140 softdevice of  nrf52840 added files as (ble_scan.c and gq.c)at that gets an linking errors like these

Output/Release/Obj/ble_app_uart_pca10040e_s112/nrf_ble_gq.o: in function `queue_process':
nrf_ble_gq.c:(.text.queue_process+0xc): undefined reference to `nrf_queue_generic_pop'
nrf_ble_gq.c:(.text.queue_process+0xd4): undefined reference to `nrf_queue_generic_pop'
Output/Release/Obj/ble_app_uart_pca10040e_s112/nrf_ble_gq.o: in function `nrf_ble_gq_on_ble_evt':
nrf_ble_gq.c:(.text.nrf_ble_gq_on_ble_evt+0x34): undefined reference to `nrf_queue_push'
Output/Release/Obj/ble_app_uart_pca10040e_s112/nrf_ble_scan.o: in function `nrf_ble_scan_on_ble_evt':
nrf_ble_scan.c:(.text.nrf_ble_scan_on_ble_evt+0xc6): undefined reference to `ble_advdata_uuid_find'

Parents Reply Children
No Data
Related