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

NRF_BUSY ERROR in Multilink Uart

Hi,

https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink


I have tried the example you modified. It works fine. However, I get ERROR 17 NRF_BUSY when 2-3 peripherals connect to central device at the same time. I used ble_app_uart as peripheral.

These are from debugging:



This is from RTT viewer :

00> <info> app_timer: RTC: initialized.
00> <info> app: BLE UART central example started.
00> <info> app: Connecting to target 893473D394EE
00> <info> app: Connecting to target 5E7D5EC6C9DB
00> <error> app: ERROR 17 [NRF_ERROR_BUSY] at C:\Users\Desktop\SDK\examples\ble_central\multilink-master-uart-c\main.c:408
00> PC at: 0x00030815
00> <error> app: End of error report

Could you please help me about it ?

Thank you in advance,

Best Regards

Related