Hello,
I am working with SDK 15.3.0 and the nRF 52832. I am working with the Segger IDE v4.16.
I attempted to load the scripting as instructed in the SDK documentation and installed the script as follows in the tools.xml file:
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- PC-lint - http://www.gimpel.com/html/pcl.htm -->
host_os="win"
name="Tool.PClint"
&PC-lint (Unit Check)
PC-lint (Unit Check)
Run a PC-lint unit checkout on the selected file or folder
Ctrl+L, Ctrl+P
*.c;*.cpp
Linting
"$(LINTDIR)/lint-nt" -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 "-format=%f:%l:%C:\s%t:\s%m [-e%n]" "$(InputPath)"
name="Tool.CMSIS_Config_Wizard" wait="no"
&CMSIS Configuration Wizard
CMSIS Configuration Wizard
Open a configuration file in CMSIS Configuration Wizard
Ctrl+Y
*config*.h
However, when I right-click on the sdk_config.h file, I do not get the option of using the CMSIS editor.
I followed the video instructions and the instructions in the SDK Documentation.