Skip to content

Commit ef0e37b

Browse files
teetak01LiyouZhou
authored andcommitted
Optimize K64F flash-usage for SOTP internal flash config (ARMmbed#119)
Optimize the app + firmware size to use full flash-area of the board. This is needed for mbed-client-testapp to work with Mbed OS 5.9.1 due to flash-size creep in Mbed OS.
1 parent 2f113fe commit ef0e37b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/internal_flash_sotp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"update-client.application-details": "( 40*1024)",
5656
"application-start-address" : "( 41*1024)",
5757
"max-application-size" : "(MBED_CONF_UPDATE_CLIENT_STORAGE_ADDRESS-MBED_CONF_APP_APPLICATION_START_ADDRESS)",
58-
"update-client.storage-address" : "(436*1024)",
59-
"update-client.storage-size" : "(388*1024)",
58+
"update-client.storage-address" : "(532*1024)",
59+
"update-client.storage-size" : "(492*1024)",
6060
"update-client.storage-locations" : 1,
6161
"update-client.storage-page" : 8
6262
}

0 commit comments

Comments
 (0)