This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Mesh-debugging

Hi There,

I am developing Mesh applications based on Mesh5.0. At present, I have nrd52850DK broads, how can I do to debugger the application? Do I if have a J-link device necessarily?

Regards,

Gaosheng Liu

Parents Reply
  • Morning Amanda,

     Yes, I use nRF52840DK. Actually, I try the method you mentioned on the link. But it doesn't work. 

    Errors tell me it cannot find the header files. I try to add the path as described in the document. It still cannot work.

    My working directory is like this:

    Regards,

    Gaosheng

Children
  • Hi, 

    Try to set the SDK_ROOT macro manually in SEGGER Embedded Studio:

    1. Go to Tools -> Options.
    2. Select Building.
    3. Under Build in the configuration list, edit Global macros to contain SDK_ROOT=<the path to nRF5 SDK instance>.
    4. Save the configuration.

Related