Skip to content

Commit c7a3894

Browse files
author
Jammu Kekkonen
committed
Add bl + config for Nucleo H743ZI2.
1 parent 7debdcd commit c7a3894

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Board | Connectivity | Storage for credentials and
2525
`Ublox UBLOX_C030_R412M` | Cellular | SD card | Build-only
2626
`Cypress CY8CPROTO-062-4343W` | Wi-Fi | Internal Flash | Build-only
2727
`Embedded Planet EP_AGORA` | Cellular | SPIF | Build-only
28+
`ST NUCLEO_H743ZI2` | Ethernet | Internal Flash |
2829

2930
Build-only = This target is currently verified only via compilation, and is not verified at runtime.
3031

Binary file not shown.

mbed_app.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,24 @@
266266
"target.mbed_rom_start" : "0x10000000",
267267
"target.mbed_rom_size" : "0x00200000",
268268
"target.sectors" : [[268435456, 512]]
269+
},
270+
"NUCLEO_H743ZI2": {
271+
"target.network-default-interface-type" : "ETHERNET",
272+
"target.bootloader_img" : "bootloader/mbed-bootloader-nucleo-h743zi2-internal-flash-no-rot-4.1.1.bin",
273+
"target.header_offset" : "0x40000",
274+
"target.app_offset" : "0x40400",
275+
"target.restrict_size" : "0xC0000",
276+
"bootloader-size" : "(128*1024)",
277+
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP",
278+
"storage.storage_type" : "TDB_INTERNAL",
279+
"storage_tdb_internal.internal_base_address": "(MBED_ROM_START + (1024*1024))",
280+
"storage_tdb_internal.internal_size" : "(2*128*1024)",
281+
"update-client.application-details" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE * 2)",
282+
"update-client.bootloader-details" : "0x0800715c",
283+
"update-client.firmware-header-version" : "2",
284+
"update-client.storage-address" : "(MBED_ROM_START + ((8+2)*128*1024))",
285+
"update-client.storage-locations" : 1,
286+
"update-client.storage-size" : "(6*128*1024)"
269287
}
270288
},
271289
"config": {

0 commit comments

Comments
 (0)