Skip to content

Commit 80e3e2a

Browse files
committed
Set scratch to an invalid address. It will be no more possible to put scratch on internal flash
1 parent e2f4dc0 commit 80e3e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed_app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"fat_chan.ff_fs_rpath": 0,
5959
"mcuboot.primary-slot-address": "0x8020000",
6060
"mcuboot.slot-size": "0x1E0000",
61-
"mcuboot.scratch-address": "0x80E0000",
61+
"mcuboot.scratch-address": "0x9000000",
6262
"mcuboot.scratch-size": "0x20000",
6363
"mcuboot.max-img-sectors": "0x180",
6464
"mcuboot.max-align": 32,

0 commit comments

Comments
 (0)