Fixed documentation for STM32F4 sector size (issue #110)

pull/115/head
Daniele Lacamera 2021-02-05 10:26:56 +01:00 committed by Daniele Lacamera
parent 6632fba983
commit 61da2d8d3d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ The entry point for all the runnable firmware images on this target will be `0x2
of the firmware image header at the beginning of the partition, as explained more in details
in [Firmware image](firmware_image.md)
In this particular case, due to the flash geometry, the swap space must be as big as 64KB, to account for proper sector swapping between the two images.
In this particular case, due to the flash geometry, the swap space must be as big as 128KB, to account for proper sector swapping between the two images.
On other systems, the SWAP space can be as small as 512B, if multiple smaller flash blocks are used.