lab2: add WFI instruction to freeze VM

This commit is contained in:
ІО-23 Шмуляр Олег 2025-02-09 15:59:54 +02:00
parent 57c787f87d
commit c1f9c00fc6
1 changed files with 1 additions and 1 deletions

View File

@ -19,9 +19,9 @@ __hard_reset__:
bl bootload_v2
readloop:
ldr.n r0, [r7, #8]
wfi
b.n readloop
load_systick_timer: