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.

Parents
  • 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

Reply
  • 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

Children
No Data
Related