Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/P-NUCLEO-WB55.Nucleo/Applications/CKS/CKS_Crypt/Keys/Store_keys.bat')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Applications/CKS/CKS_Crypt/Keys/Store_keys.bat21
1 files changed, 0 insertions, 21 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Applications/CKS/CKS_Crypt/Keys/Store_keys.bat b/Projects/P-NUCLEO-WB55.Nucleo/Applications/CKS/CKS_Crypt/Keys/Store_keys.bat
deleted file mode 100644
index d17dea8af..000000000
--- a/Projects/P-NUCLEO-WB55.Nucleo/Applications/CKS/CKS_Crypt/Keys/Store_keys.bat
+++ /dev/null
@@ -1,21 +0,0 @@
-echo off
-REM Set CubeProgrammer path release 2.1 and above
-SET PROG="C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer2\bin\STM32_Programmer_CLI.exe"
-
-REM Next commands use bootloader with USB connection
-REM Store 128 bits key in clear format
-%PROG% -c port=usb1 -wusrkey Simple_128.bin
-
-REM Store 256 bits key in clear format
-%PROG% -c port=usb1 -wusrkey Simple_256.bin
-
-REM Store 128 bits master key in clear format
-REM Index reported is 0x0: OK or 0xFF: Master key already here
-%PROG% -c port=usb1 -wusrkey Master.bin
-
-REM Store 128 bits key encrypted with master key
-%PROG% -c port=usb1 -wusrkey Encrypted_128.bin
-
-REM Store 128 bits key encrypted with master key
-%PROG% -c port=usb1 -wusrkey Encrypted_256.bin
-pause