Skip to content

Commit 25968a4

Browse files
author
Jammu Kekkonen
committed
Add bl + config for Nucleo H743ZI2.
1 parent 727fbb8 commit 25968a4

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Binary file not shown.

mbed_app.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,24 @@
244244
"lwip.ethernet-enabled" : false,
245245
"lwip.mem-size" : 22000,
246246
"nsapi.dns-response-wait-time" : 30000
247+
},
248+
"NUCLEO_H743ZI2": {
249+
"target.network-default-interface-type" : "ETHERNET",
250+
"target.bootloader_img" : "bootloader/mbed-bootloader-nucleo-h743zi2-internal-flash-no-rot-4.1.1.bin",
251+
"target.header_offset" : "0x40000",
252+
"target.app_offset" : "0x40400",
253+
"target.restrict_size" : "0xC0000",
254+
"bootloader-size" : "(128*1024)",
255+
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP",
256+
"storage.storage_type" : "TDB_INTERNAL",
257+
"storage_tdb_internal.internal_base_address": "(MBED_ROM_START + (1024*1024))",
258+
"storage_tdb_internal.internal_size" : "(2*128*1024)",
259+
"update-client.application-details" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE * 2)",
260+
"update-client.bootloader-details" : "0x0800715c",
261+
"update-client.firmware-header-version" : "2",
262+
"update-client.storage-address" : "(MBED_ROM_START + ((8+2)*128*1024))",
263+
"update-client.storage-locations" : 1,
264+
"update-client.storage-size" : "(6*128*1024)"
247265
}
248266
},
249267
"config": {

0 commit comments

Comments
 (0)