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

How to get a free license for SEGGER EMBEDDED STUIDO

Hi There,

I now have 4pcs PCA10056 and 4pcs PCA10059 for the development of our BT Mesh products by nrf52840 of Nirdoc. I have completed the installation of the tool chain, but my Segger Embedded Stuido cannot display the header file because I have not applied for a valid license. The website of Nordic says that an unlimited free license Segger Embedded Stuido can be used to develop Nordic products.

What can I do to get my free license for Segger embedded stuido?

Thanks,

Dison

  • Hi Awneil

    The building process can  generate the dependencies is not my question. My question is:

    Why the example project do not include the .h files , Is there any benefit here? How I can open the .h files without  building (which mean there is not dependencies link be showed in project) in Segger Embedded Studio ? Although I can  find the .h files by window system.

    The other IDE tools, all of the .H files and .c files can showed in project, even some .h files be for  common, if any file include a .h file , it will be show the .h files or link in the project. Would you tell me how I can do same thing in Segger Embedded Studio.

    For the Segger Embedded Studio, I am beginning, Thanks for your patience.

    Thanks,

    Di-Sheng

  • Why the example project do not include the .h files

    Why would they? 

    What would be the advantage of that?

    It just adds another thing to be maintained, to little advantage.

    How I can open the .h files without  building

    As I said, The SES browsing facilities should still work without building the project - you can right-click a header in the source to open it.

    The other IDE tools, all of the .H files and .c files can showed

    They can be - but they usually aren't.

    There is no need - they can easily be accessed other ways.

    You could add them all to your SES project if you wanted.

    Maybe try it - see how long it takes to become tedious, and to realise why people don't do it...?

    Wink

Related