CMSIS Wirzard in SES doesn't workCMSIS

Hello,I tryed to install the CMSIS Wirzard in SES on the video from
https://www.youtube.com/watch?v=b0MxWaAjMco

But it deosn't work. I don't know why. I did read the DevZone-posts. All are older then 2 yaers and I found nos solves.
I did change the tool.xml:

<tools>

  <!-- PC-lint - www.gimpel.com/.../pcl.htm -->

  <if host_os="win">
    <item name="Tool.PClint">
      <menu>&amp;PC-lint (Unit Check)</menu>
      <text>PC-lint (Unit Check)</text>
      <tip>Run a PC-lint unit checkout on the selected file or folder</tip>
      <key>Ctrl+L, Ctrl+P</key>
      <match>*.c;*.cpp</match>
      <message>Linting</message>
      <commands>
        &quot;$(LINTDIR)/lint-nt&quot; -v -incvar(__CW_ARM) -i$(LINTDIR)/lnt co-gcc.lnt $(DEFINES) $(INCLUDES) -D__GNUC__ -u -b +macros +macros -w2 -e537 +fie +ffn -width(0,4) -hF1 &quot;-format=%f:%l:%C:\s%t:\s%m [-e%n]&quot; &quot;$(InputPath)&quot;
      </commands>
    </item>

    <item name="Tool.CMSIS_Config_Wizard" wait="no">
      <menu>&CMSIS Configuration Wizard</menu>
      <text>CMSIS Configuration Wizard</text>
      <tip>Open a configuration file in CMSIS Configuration Wizard</tip>
      <key>Ctrl+Y</key>
      <match>*config*.h</match>
      <message>CMSIS Config</message>
      <commands>
       java -jar "$(CMSIS_CONFIG_TOOL)" "$(InputPath)" </commands>
    </item>

  </if>

</tools>

Then save, restart and no changes in the menu on sdk_config.h.


Now I don't know what I can do.

  • I did think, SES doesn't find the CMSIS_Configuration_Wizard.jar for that. And actually it wasn't even on the computer. The file downloaded it doesn't work. Now I tryed install &pause in the java call of tools.xml. But SES doesn't respond. I can input errors in the xml, SES is not interested.

    Can it be that SEs does not call this tools.xml and where can I adjust this or how can I check if SES calls the xml?

  • Hello BL007,

    If I am not mistaken, a few days ago you asked this question. I provided an answer there, but it seems the case got deleted, because I cannot open it again.

    In that case, you gave another detail that wasn't included here, that you are using SES v8.x.

    None of the nRF5 SDK releases supports SES version that new. The latest release, nRF5 SDK v17.1.1 was released and tested with SES v5.42a. Please try again with this version.

    Hieu

  • Hello Hieu,

    Thank you for your Help!

    I did try it an another computer and there it works. With the newest SES-Version too. But I did take contact zu Nordic and she recommended me, to change to VSCode. Now I sit and work my way through the lessons of the Dev-Academy.

    Thank you


    Thomas

  • Hi Thomas,

    I am glad to know you resolved your issue and is moving to the nRF Connect SDK. It is indeed the more recommended SDK right now.

    I will close this case then. Please feel free to reopen if you have further question on the topic.

    Hieu

Related