File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1111 trap
1212
1313Reset:
14- bl #-0x6
14+ push {r7, lr}
15+ mov r7, sp
16+ bl #-0xa
1517 trap
1618
1719DefaultExceptionHandler:
@@ -22,4 +24,4 @@ UsageFault:
2224
2325HardFaultTrampoline:
2426 mrs r0, msp
25- b #-0x14 <HardFault>
27+ b #-0x18 <HardFault>
Original file line number Diff line number Diff line change 22app: file format ELF32-arm-little
33
44Contents of section .vector_table:
5- 0000 00000120 45000000 4b000000 4d000000 ... E...K ...M ...
6- 0010 4b000000 4b000000 4b000000 00000000 K ...K ...K .......
7- 0020 00000000 00000000 00000000 4b000000 ............K ...
8- 0030 00000000 00000000 4b000000 4b000000 ........K ...K ...
5+ 0000 00000120 45000000 4f000000 51000000 ... E...O ...Q ...
6+ 0010 4f000000 4f000000 4f000000 00000000 O ...O ...O .......
7+ 0020 00000000 00000000 00000000 4f000000 ............O ...
8+ 0030 00000000 00000000 4f000000 4f000000 ........O ...O ...
You can’t perform that action at this time.
0 commit comments