Skip to content

Commit

Permalink
Working on K64F!
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Dec 16, 2024
1 parent 736dab3 commit 340bb45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions mbed_app.json5
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@
"mcuboot.scratch-address": "0xE0000",
"mcuboot.scratch-size": "0x20000",

"mcuboot.max-img-sectors": "0x180",
"mcuboot.read-granularity": 512 // External SD card used as block device, this is its read size.
"mcuboot.read-granularity": 512, // External SD card used as block device, this is its read size.

"mcuboot.max-img-sectors": "1536" // External SD card has smaller sector size, so divide slot size by read granularity
},

"MCU_STM32H743xI": {
Expand Down
2 changes: 1 addition & 1 deletion mcuboot

0 comments on commit 340bb45

Please sign in to comment.