Skip to content

Commit cdd07f7

Browse files
Update readme.md
1 parent a8969fa commit cdd07f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note: When using the flash loader no startup code will run. Make sure to initial
1414
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).
1515

1616
## 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)
1818

1919
## Create a flash loader xml file
2020
SEGGER J-Link uses xml files to add support for external loaders. The xml file configures the follwing:

0 commit comments

Comments
 (0)