You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Note: When using the flash loader no startup code will run. Make sure to initial
14
14
In the previous documentation Segger mensioned they reserve 256 bytes of stack for Open flash loaders. In newer versions the documentation mentions 512 bytes of stack with a fallback to 256 bytes for devices with low amounts of memory (for testing, the linkerscript configures 256 bytes of stack).
15
15
16
16
## Interrupts
17
-
by default the J-link will disable the global interrupts when starting a flash loader. If your flash loader needs inteerupts (not recommended) the user will need to move the interrupt vector table during init (and revert it when deiniting)
17
+
by default the J-link will disable the global interrupts when starting a flash loader. If your flash loader needs interrupts (not recommended) the user will need to move the interrupt vector table during init (and revert it when deiniting)
18
18
19
19
## Create a flash loader xml file
20
20
SEGGER J-Link uses xml files to add support for external loaders. The xml file configures the follwing:
0 commit comments