Skip to content

Commit 46c8b0a

Browse files
authored
Merge pull request #132 from ARMmbed/add-cy8cproto-062-4343w
add cy8cproto_062_4343w with tdb external
2 parents ed4b171 + 3661077 commit 46c8b0a

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This table shows a list of boards that are supported.
1515

1616
Board | Connectivity | Storage for credentials and FW candidate | Notes
1717
------------------------------------| ------------------| ------------------------| --------------
18+
Cypress `CY8CPROTO-062-4343W` | Wi-Fi | QSPIF | Build-only
1819
Embedded Planet `EP_AGORA` | Cellular | SPIF | Build-only
1920
Nuvoton `NUMAKER_IOT_M263A` | Wi-Fi ESP8266 | SD card (NUSD) | Build-only
2021
Nuvoton `NUMAKER_IOT_M487` | Wi-Fi ESP8266 | SD card (NUSD) | Build-only
@@ -385,7 +386,7 @@ You may need to fix issues and send a PR to [Mbed OS](https://github.com/ARMmbed
385386

386387
- Support of the platform is provided by Silicon Partners or Platform vendors for Mbed Enabled platforms. If using a non-default configuration, then Arm is responsible for its support.
387388

388-
Note platforms will be tested regularly in the Arm CI system. Please discuss with your Arm contact and make hardware available as indicated in the Mbed Enabled requirements.
389+
Note platforms will be tested regularly in the Arm CI system. Please discuss with your Arm contact and make hardware available as indicated in the Mbed Enabled requirements.
389390

390391
# Known-issues
391392

Binary file not shown.

mbed_app.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,32 @@
601601
"storage.storage_type" : "TDB_INTERNAL",
602602
"storage_tdb_internal.internal_base_address": "(MBED_ROM_START + 32*1024)",
603603
"storage_tdb_internal.internal_size" : "(32*2*1024)"
604+
},
605+
"CY8CPROTO_062_4343W": {
606+
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\"","ARM_UC_DELTAPAAL_WRITE_BUF_SIZE=512"],
607+
"target.network-default-interface-type" : "WIFI",
608+
"target.components_add" : ["QSPIF"],
609+
"target.components_remove" : ["CM0P_SLEEP"],
610+
"target.bootloader_img" : "bootloader/mbed-bootloader-cy8cproto-062-4343w-ext-kvstore-qspi-v4.1.3.bin",
611+
"bootloader-size" : "0x00020000",
612+
"target.header_offset" : "0x00020000",
613+
"target.app_offset" : "0x00020400",
614+
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE",
615+
"update-client.bootloader-details" : "0x10010B9C",
616+
"update-client.application-details" : "0x10020000",
617+
"update-client.storage-address" : "0x00000000",
618+
"update-client.storage-size" : "0x1C0000",
619+
"update-client.storage-page" : 512,
620+
"storage.storage_type" : "TDB_EXTERNAL",
621+
"storage_tdb_external.blockdevice" : "QSPIF",
622+
"storage_tdb_external.internal_base_address": "0x101E0000",
623+
"storage_tdb_external.rbp_internal_size" : "0x10000",
624+
"storage_tdb_external.external_base_address": "0x00200000",
625+
"storage_tdb_external.external_size" : "4*0x40000",
626+
"target.bootloader_supported" : true,
627+
"target.mbed_rom_start" : "0x10000000",
628+
"target.mbed_rom_size" : "0x00200000",
629+
"target.sectors" : [[268435456, 512]]
604630
}
605631
},
606632
"config": {

0 commit comments

Comments
 (0)