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
Hi Gaosheng,
Are you using nRF52840DK? If so, it has the onboard debugger inside. It's not necessary to use an extra J-Link device. Have a look at the following docs and the tutorial videos for using SES.
Building with SEGGER Embedded Studio
run the example using SEGGER Embedded Studio
Regards,
Amanda
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
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
Hi,
Try to set the SDK_ROOT macro manually in SEGGER Embedded Studio:
SDK_ROOT=<the path to nRF5 SDK instance>.