|
266 | 266 | "target.mbed_rom_start" : "0x10000000",
|
267 | 267 | "target.mbed_rom_size" : "0x00200000",
|
268 | 268 | "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)" |
269 | 287 | }
|
270 | 288 | },
|
271 | 289 | "config": {
|
|
0 commit comments