Skip to content

Commit 5c4abf7

Browse files
authored
Update README.md
256 KiB is 0x40000 instead of 0x4000. Fixes #19.
1 parent ed718a3 commit 5c4abf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ If you use JLink, you can use the command below to connect to the board:
6767
JLink -If SWD -Speed 5000 -Device EFR32MG1PXXXF256
6868
```
6969

70-
To dump the flash contents, use the command below (0x4000 is 256 KiB):
70+
To dump the flash contents, use the command below (0x40000 is 256 KiB):
7171

7272
```
73-
savebin output.bin 0x0 0x4000
73+
savebin output.bin 0x0 0x40000
7474
```
7575

7676
To load a flash from file, use the following command:

0 commit comments

Comments
 (0)