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

When downloading, an error of an unknown path is displayed.

I have downloaded the source code to use the following functions.

https://github.com/NordicPlayground/nRF52-ADC-examples

The following problem occurred in version 17, and when I compiled version 15.3, I checked the operation normally.

https://devzone.nordicsemi.com/f/nordic-q-a/73074/i-want-to-take-the-adc-input-and-send-it-to-uart

Compilation works normally, but download does not work.


What is the problem?

Parents
  • Hi,

    The problem is that SES cannot find the path to the softdevice that is set to be loaded along with the application.

    Did you use the exact SDK version mentioned in the GitHub repository? E.g. SDK 17.0.2 has a different softdevice version (v7.2.0) than what SDK 17.0.0 has (v7.0.1). If you use the wrong version, the path will be incorrect.

    There is no tag in the repository that has support for SDK 15.3.0, please use the latest tag with support for SDK 17.0.0.

    Best regards,
    Jørgen

Reply
  • Hi,

    The problem is that SES cannot find the path to the softdevice that is set to be loaded along with the application.

    Did you use the exact SDK version mentioned in the GitHub repository? E.g. SDK 17.0.2 has a different softdevice version (v7.2.0) than what SDK 17.0.0 has (v7.0.1). If you use the wrong version, the path will be incorrect.

    There is no tag in the repository that has support for SDK 15.3.0, please use the latest tag with support for SDK 17.0.0.

    Best regards,
    Jørgen

Children
Related