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

The nRF52840 stops working in the multilink example.

Hi,

In the multilink example, we are working on 4 links.
I have 8 devices.

In the test process, if you connect 4 units first and turn off the 4 units connected at the same time, 4 other units try to connect and then they die.

-------------------------------------------------- -------

<info> app: LBS central link 0x1 disconnected (reason: 0x13)
<info> app: Start scanning for device name Nordic_Blinky.
<info> app: LBS central link 0x3 disconnected (reason: 0x13)
<info> app: Start scanning for device name Nordic_Blinky.
<info> app: LBS central link 0x2 disconnected (reason: 0x13)
<info> app: Start scanning for device name Nordic_Blinky.
<info> app: LBS central link 0x0 disconnected (reason: 0x13)
<info> app: Start scanning for device name Nordic_Blinky.
<error> app: Fatal error
<warning> app: System reset
<info> app: Multilink example started.
<info> app: USBD CDC ACM example started.
<info> app: Start Dongle Mode: 0x1
<info> app: No USB power detection enabled
Starting USB now

-------------------------------------------------- ------

Can a connect packet and a disconnect packet be killed if they are twisted?

Parents
  • Hi Jiwoon,

    Which SDK version and Softdevice version are you running on the boards? ( -> nrf 52842 DK?)

    Could you send your "sdk_config.h" file? (how many links have you defined?)

    I didn't quite get the setup, could you elaborate?

    So you have one device that acts as a central and 4 other devices that acts as peripherals, which you then turn off? 

     

    Thanks for answering my questions.

Reply
  • Hi Jiwoon,

    Which SDK version and Softdevice version are you running on the boards? ( -> nrf 52842 DK?)

    Could you send your "sdk_config.h" file? (how many links have you defined?)

    I didn't quite get the setup, could you elaborate?

    So you have one device that acts as a central and 4 other devices that acts as peripherals, which you then turn off? 

     

    Thanks for answering my questions.

Children
Related