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

Multilink central example application is not working

Hi, Since i don't have nrf6310 board, i tried to test the multilink central application with pca10001 board, after referring the nRF51 SDK document. But unfortunately it is not working, application get struck at device_manager_init(); (pstorage_init, dm_init).

So please suggest me to overcome this. (i use latest s120 (1.0.0.3)).

Regards, Balaji

Parents
  • You are using S120 version 1.0.0-3. Have you rebuilt your application with the header files that come with this version of the SoftDevice?

    When developing, always use the header files that correspond to the SoftDevice version you are using.

    We sometimes make SoftDevice releases (e.g. alpha releases) without making a corresponding SDK release, and in those cases there may be incompatabilities between the SoftDevice and what is in the existing SDK.

Reply
  • You are using S120 version 1.0.0-3. Have you rebuilt your application with the header files that come with this version of the SoftDevice?

    When developing, always use the header files that correspond to the SoftDevice version you are using.

    We sometimes make SoftDevice releases (e.g. alpha releases) without making a corresponding SDK release, and in those cases there may be incompatabilities between the SoftDevice and what is in the existing SDK.

Children
No Data
Related