We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b35ec commit 5aed3f9Copy full SHA for 5aed3f9
configs/internal_flash_fake_rot.json
@@ -45,6 +45,15 @@
45
"update-client.storage-size" : "(512*1024)",
46
"update-client.storage-locations" : 1,
47
"update-client.storage-page" : 1
48
+ },
49
+ "NUCLEO_F303RE": {
50
+ "update-client.application-details": "(0x08000000+36*1024)",
51
+ "application-start-address" : "(0x08000000+37*1024)",
52
+ "max-application-size" : "(MBED_CONF_UPDATE_CLIENT_STORAGE_ADDRESS-MBED_CONF_APP_APPLICATION_START_ADDRESS)",
53
+ "update-client.storage-address" : "(0x08000000+(256+18)*1024)",
54
+ "update-client.storage-size" : "((256-18)*1024)",
55
+ "update-client.storage-locations" : 1,
56
+ "update-client.storage-page" : 4
57
}
58
59
0 commit comments