7-CMSIS Configuration wizard configuration

1. Download java to configure the system environment.
The download address is https://java.com/en/download/manual.jsp.  Select


the configuration environment:


cmd: java -help Check whether it takes effect

2.cmsisjava package configuration
Check whether cmsisjava already exists in the SDK (usually the SDK already has it), check the configuration

 

3. Modify the tool.xml file,


add code and save:

     </item>
    <item name="Tool.CMSIS_Config_Wizard" wait="no">
    <menu>&amp;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 &quot;$(CMSIS_CONFIG_TOOL)&quot; &quot;$(InputPath)&quot;
    </commands>
</item>

4.右键打开sdk_config.h

 

 

 

 

 

 

Guess you like

Origin blog.csdn.net/fanxianchao_2012/article/details/130596919