mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
12 lines
208 B
Bash
12 lines
208 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -x -e
|
||
|
|
|
||
|
|
STM32_Programmer_CLI -c port=swd -ob RDP=0xBB
|
||
|
|
|
||
|
|
STM32_Programmer_CLI -c port=swd -ob displ
|
||
|
|
|
||
|
|
STM32_Programmer_CLI -c port=swd --readunprotect
|
||
|
|
|
||
|
|
STM32_Programmer_CLI -c port=swd -ob displ
|