Skip to content

Commit 340bb45

Browse files
committedDec 16, 2024·
Working on K64F!
1 parent 736dab3 commit 340bb45

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎mbed_app.json5

+3-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@
7070
"mcuboot.scratch-address": "0xE0000",
7171
"mcuboot.scratch-size": "0x20000",
7272

73-
"mcuboot.max-img-sectors": "0x180",
74-
"mcuboot.read-granularity": 512 // External SD card used as block device, this is its read size.
73+
"mcuboot.read-granularity": 512, // External SD card used as block device, this is its read size.
74+
75+
"mcuboot.max-img-sectors": "1536" // External SD card has smaller sector size, so divide slot size by read granularity
7576
},
7677

7778
"MCU_STM32H743xI": {

0 commit comments

Comments
 (0)
Please sign in to comment.