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

Reg : NUS_C Multilink issue

Dear Nordic Team, 

Thanks for supporting. 

Currently i am trying to work with multilink central in NUS_C example based on ble_app_multilink_central. The edited code was compiled successfully. But i got error " 0> <error> app: Fatal error" like this. Please support anyone. My complete code is here https://drive.google.com/open?id=1OO7ElWb5YVgkD8MlFNxThWn6vCiZrJuy

SDK : SDK15.2.0

Softdevice :s132_nrf52_6.1.0_softdevice

HW : DK52

Parents
  • Hi.

    I've been out of office this week, so sorry for the late reply.

    Murugan said:
    I am noticed Device names are same both side.

     So you still get the error code?

    Which example do you use as a peripheral? Have you modified anything?

    Murugan said:
    One more question how to find peripheral when message received which data from which peripheral?. 

     You want to know which peripheral a message came from? Do I understand this correct?

    You could look at the connection handle (p_gap_evt->conn_handle)

    - Andreas

Reply
  • Hi.

    I've been out of office this week, so sorry for the late reply.

    Murugan said:
    I am noticed Device names are same both side.

     So you still get the error code?

    Which example do you use as a peripheral? Have you modified anything?

    Murugan said:
    One more question how to find peripheral when message received which data from which peripheral?. 

     You want to know which peripheral a message came from? Do I understand this correct?

    You could look at the connection handle (p_gap_evt->conn_handle)

    - Andreas

Children
No Data
Related