Skip to content

Commit ad2b9f5

Browse files
author
Yogesh Pande
authored
Merge pull request #71 from ARMmbed/add_h743zi
Add bl + config for Nucleo H743ZI2.
2 parents ad1f099 + aad1f44 commit ad2b9f5

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Board | Connectivity | Storage for credentials and
2424
`Ublox UBLOX_C030_U201` | Cellular | SD card | Build-only
2525
`Ublox UBLOX_C030_R412M` | Cellular | SD card | Build-only
2626
`Embedded Planet EP_AGORA` | Cellular | SPIF | Build-only
27+
`ST NUCLEO_H743ZI2` | Ethernet | Internal Flash | Build-only
2728

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

Binary file not shown.

mbed_app.json

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

0 commit comments

Comments
 (0)