Skip to content

Commit fd74791

Browse files
authored
Updated mbed_app.json5 with tested working configuration for DISCO_F746NG
1 parent 16751ac commit fd74791

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

mbed_app.json5

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,16 @@
5151
// "mcuboot.read-granularity": 1,
5252
// "qspif.QSPI_MIN_PROG_SIZE": 1
5353
// },
54-
54+
"DISCO_F746NG": {
55+
"target.restrict_size": "0x18000",
56+
"mcuboot.primary-slot-address": "0x8018000",
57+
"mcuboot.slot-size": "0xA8000",
58+
"mcuboot.scratch-address": "0x80C0000",
59+
"mcuboot.scratch-size": "0x40000",
60+
"mcuboot.max-img-sectors": "0x180",
61+
"mcuboot.read-granularity": 1,
62+
"qspif.QSPI_MIN_PROG_SIZE": 1
63+
},
5564
"K64F": {
5665
// Configure bootloader to live in the first sector of flash
5766
"target.memory_bank_config": {

0 commit comments

Comments
 (0)