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

(Fixed, error on my own configuration ) Nordic SDK 14.2 examples bug in Segger Linux version.

Hi,

There is a bug in a Linux box (Mint x64) with the following configuration:

  • SEGGER Embedded Studio for ARM
    Release 3.34  Build 2017121400.34532
    Linux x64.
  • Nordic SDK 14.2

When you import any example there is a bug in the configuration of the project for this file:

  • sdk_config.h

The Segger project show this file in the Application folder, but this file is not used to configure the modules and is useless in the example project.

So any change in this file by hand or by CMSIS Configuration tool won't work in the project and won't update the drivers activation for the project.

The file which is reading the project is located in the parent folder of the example:

  • arm4  
  • arm5_no_packs  
  • armgcc  
  • config -->Here is the location which the project is reading and loading the included modules.  
  • iar  
  • ses

To fix the bug you have to delete the file sdk_config.h in the Application folder and add the file with the option of the context menu:

  • Add existing file

Once you added the correct file the modules can be enabled by hand modifying the file or with the CMSIS Configuration tool.

Regards,

Miguel Gallardo

Parents
  • Thanks for reporting this issue. If I understood this correctly, your suggested fix seems to be manual task. Is there anything we can do to include this fix in our SDK? 

Reply
  • Thanks for reporting this issue. If I understood this correctly, your suggested fix seems to be manual task. Is there anything we can do to include this fix in our SDK? 

Children
  • Hi, 

    Trying to reproduce again the bug is not happening anymore.

    So i think was my fault or the IDE created that file in my folder... i don't know how sdk_config.h was generated in my Applications folder.

    You can close the issue because i am trying many examples and all is ok.

    Sorry for the issue Disappointed

    Mibuel Gallardo

  • It is always good that you come here to suggest/report any issues you think would help others. You do not need to be sorry, we thank you for thinking about the forum.