You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access to the SDS utilities requires extending the PACKEXT system variable.
Also, the %CMSIS_PATH_ROOT% variable will not work as a path variable replacement. Instead, it is required to provide the absolute path to the SDS utilities.
Copy file name to clipboardExpand all lines: documentation/utilities.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,10 @@ Perform the following steps to setup the Python environment for using the SDS ut
44
44
45
45
- Add to the system **Path** environment variable the path to the `%CMSIS_PACK_ROOT%/ARM/SDS/2.0.0/utilities` folder.
46
46
47
+
Note: %CMSIS_PACK_ROOT% is a placeholder for the PACK location on your local PC.
48
+
49
+
- Extend the PACKEXT system environment variable by .PY
50
+
47
51
!!! Tip
48
52
- When the **Path** environment variable is configured, you may simply start the utilities by using its name. For example entering `>sdsio-server` starts the utility.
0 commit comments