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

How to install SDK and run the example code for thread and Zigbee SDK?

Hello All,

I am new to Nordic and i have nRF52840 development kit. I want to build code/ programm on thread and Zigbee base. 

I have downloaded the Thread and Zigbee SDK, but the i am unable to how to test sample code and understand the API. 

I have tried as per user guide to test thread UART example but i am getting following error message.

.\_build\nrf52840_xxaa.axf: error: L6002U: Could not open file ..\..\..\..\..\..\..\external\openthread\lib\nrf52840\keil\libnordicsemi-nrf52840-radio-driver-softdevice.lib: No such file or directory

Can one help me out understanding nRF52840 dev-kit and programming procedure.

Thanks and Regards

Rohit 

Parents Reply
  • Hi Rohit,

    That's because each project has a different size, it will depend on what kind of modules are included in the example, etc. If you do any modifications to the projects and add more modules to it then the size will increase as well. Maybe in the past you have only worked with small projects in Keil and that's why you haven't experience this problem before.

    And in general you should try to keep the path short. Windows has a limitation to its path length, with max path length being 255 characters. I suggest to copy all the SDK right under C:\ or maybe make a folder for your nordic SDK like C:\SDK. Some examples have dependencies with longer paths than others, so that's why you are experiencing this error in some examples but not in all.

    Best Regards,

    Marjeris

Children
No Data
Related