unleashed-firmware/assets/resources/swd_scripts/halt.swd
2023-02-24 02:43:42 +03:00

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