mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 13:18:35 -07:00
clock lol
This commit is contained in:
11
applications/main/clock_app/resources/swd_scripts/halt.swd
Normal file
11
applications/main/clock_app/resources/swd_scripts/halt.swd
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user