mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 08:43:10 +00:00
07ff0c7d97
Moved from extra pack to main FW https://github.com/g3gg0/flipper-swd_probe
11 lines
199 B
Text
11 lines
199 B
Text
|
|
# make sure errors do not cause a script abort
|
|
errors ignore
|
|
|
|
message 0 "HAMMER TIME! Trying to halt CPU"
|
|
ap_select 0
|
|
|
|
# loop writing the halt bits
|
|
.label l1
|
|
mem_write 0xE000EDF0 0xA05F0003
|
|
goto l1
|