Skip to content

Commit bffe2b4

Browse files
Update Readme.md
1 parent c87e1ef commit bffe2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Open Flash loader template (OFL)
2-
Flash loader template without the need for a Keil/Segger DSK license. OFL uses Cmake and arm-none-eabi to build. OFL Uses parts of [klib](https://github.com/itzandroidtab/klib/)
2+
Flash loader template without the need for a Keil/Segger DSK license. OFL uses Cmake and arm-none-eabi to build. OFL uses parts of [klib](https://github.com/itzandroidtab/klib/)
33

44
## Create a Flash loader executable
55
To create a OFL executable you need the following:
@@ -9,7 +9,7 @@ To create a OFL executable you need the following:
99
* A way to restore modified registers after deinit
1010

1111
## Stack usage
12-
In the previous documentation Segger reserved 256 bytes of stack for Open flash loaders. In newer versions the documentation mention 512 bytes of stack with a fallback to 256 bytes for devices with low amounts of memory (debugging linkerscript is set to 256 bytes of stack).
12+
In the previous documentation Segger reserved 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).
1313

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

0 commit comments

Comments
 (0)