I tested opening the file you attached with version 0.0.7 of the program but was unable to replicate the Null Pointer Exception error message.
You say you are unable to launch the Configuration Wizard, presumably from the Nordic IDE. Are you able to launch the JAR file directly from the File Explorer in Windows? If you aren't then you might want to make sure that Java is installed correctly on your system. If you can launch the JAR file on its own, then perhaps there is an issue with the entry for the program in the tools.xml file.
I've noticed on the offical website, the following line is present:
Hi, I have the following message when trying open sdk_config.h file.
I'm using the lastest verion of the program (0.0.7).
Please help
I have the same problem...
Can some one explain for us how to fix it? I have same issue ı cant fiqure it out
Hello, can you attach a copy of the sdk_config.h file please?
this is the file
by the way it's not about file ı can't open CMSIS Configuration wizard
Output is like that:
CMSIS Config
CMSIS Config sdk_config.h
Command line:
Working directory: C:/Nordic_semi/nRF5_SDK_17.1.0_ddde560/examples/MyProjects/blinky/pca10040/blank/ses[
Error starting process
Finished CMSIS Config
I tested opening the file you attached with version 0.0.7 of the program but was unable to replicate the Null Pointer Exception error message.
You say you are unable to launch the Configuration Wizard, presumably from the Nordic IDE. Are you able to launch the JAR file directly from the File Explorer in Windows? If you aren't then you might want to make sure that Java is installed correctly on your system. If you can launch the JAR file on its own, then perhaps there is an issue with the entry for the program in the tools.xml file.
I've noticed on the offical website, the following line is present:
java -jar "$(CMSIS_CONFIG_TOOL)" "$(InputPath)"This is a mistake - instead of " there should be actual quotes, i.e.:
java -jar "$(CMSIS_CONFIG_TOOL)" "$(InputPath)"