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

sdk_config wizard in SEGGER SES

Hey!

I'm migrating from Keil to Segger SES, is there any way to get a similar checkbox interface for sdk_config.h in SES like the configuration wizard in Keil?

Cheers, Jónas

Parents Reply Children
  • Hi!

    I can't find any posts from you regarding CMSIS Config. Wizard in the thread you linked to.

    However, there is no directions for getting this to work on SDK 12.3, cause there is no official support for SES in that SDK, so all the required project settings is not added.
    Editing the tools.xml has nothing to do with the SDK as this is a configuration in SES.

    To get it to work;

    1. Make sure JAVA is installed.

    2. Add the;
    CMSIS_CONFIG_TOOL= <File path to the CMSIS Configuration Wizard java archive>
    To Project Settings -> Build -> Project Macros in the Common configuration.
    Try to avoid using white spaces, backslashes and hyphens in the path.
    The CMSIS Configuration Wizard.jar file can be found in SDK 14.1.0 and later (In the SDK_FOLDER/external_tools folder).

    3. Edit the tools.xml file like explained here:
    http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.1.0/sdk_config.html

    4. Restart SEGGER Embedded Studio.

    5. Right Click the sdk_config.h file and select: CMSIS Configuration Wizard.

    Note that I would also recommend using the latest version of SES.

    Let me know if it doesn't work.
    Best regards,
    Joakim.

     

Related