Skip to content

Commit 5aed3f9

Browse files
simosillankorvaLiyouZhou
authored andcommitted
Add support for NUCLEO_F303RE (ARMmbed#132)
* NUCLEO_F303RE configuration added.
1 parent 69b35ec commit 5aed3f9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

configs/internal_flash_fake_rot.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@
4545
"update-client.storage-size" : "(512*1024)",
4646
"update-client.storage-locations" : 1,
4747
"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
4857
}
4958
}
5059
}

0 commit comments

Comments
 (0)