Posts by Matheus Jun Ota • 1 point
1 post
-
0
votes1
answer109
viewsQ: LR register with zero value in IRQ Interruption Handler
Configuration of the interrupt vector: interruption vector: b RESET_HANDLER .org 0x08 b SVC_HANDLER .org 0x18 b IRQ_HANDLER In the first line of routine IRQ_HANDLER, the value of the registrant LR…