Skip to content

Commit a8969fa

Browse files
Update readme.md
1 parent fd14654 commit a8969fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Note: When using the flash loader no startup code will run. Make sure to initial
1313
## Stack usage
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

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)
18+
1619
## Create a flash loader xml file
1720
SEGGER J-Link uses xml files to add support for external loaders. The xml file configures the follwing:
1821
* The target Microcontroller for the loader

0 commit comments

Comments
 (0)