We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eddf2b commit 4ad8368Copy full SHA for 4ad8368
README.md
@@ -7,8 +7,8 @@ My example:
7
| Name | Address |
8
| --- | --- |
9
| Appcode starts from: | 0x0800_4000 - 0x0801_FFFF (112KB) |
10
-| (Unused) starts from: | 0x0800_3660 - 0x0800_3FFF (2.41KB)|
11
-| Bootloader starts from: | 0x0800_0000 - 0x0800_365F (13.59KB)|
+| (Unused) starts from: | 0x0800_36E0 - 0x0800_3FFF (2.28KB)|
+| Bootloader starts from: | 0x0800_0000 - 0x0800_36DF (13.72KB)|
12
13
Simulate a USB removable disk (FAT32).
14
The content of firmware.bin is mapped to Appcode area. Hence, the size of firmware.bin is also 112KB.
0 commit comments