halt.swd 199 B

1234567891011
  1. # make sure errors do not cause a script abort
  2. errors ignore
  3. message 0 "HAMMER TIME! Trying to halt CPU"
  4. ap_select 0
  5. # loop writing the halt bits
  6. .label l1
  7. mem_write 0xE000EDF0 0xA05F0003
  8. goto l1