Skip to content

Commit a67bf13

Browse files
committed
Increase the FIRMWARE_FLASH_SIZE_LIMIT for the external flash variant.
Up to 2 MiB.
1 parent 3ef7687 commit a67bf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bootloader/Adapters/Inc/flash_adapter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
#ifdef EXTERNAL_FLASH // Selecting where will firmware go
4242

43-
#define FIRMWARE_FLASH_SIZE_LIMIT (100000U)
43+
#define FIRMWARE_FLASH_SIZE_LIMIT (2097152U) // 2048 KiB
4444
#define PACKET_SIZE (256U)
4545

4646
#else

0 commit comments

Comments
 (0)