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 Reply Children
No Data
Related