mirror of https://github.com/ARMmbed/mbed-os.git
PSoC 64 secure BSP post-build hook (cysecuretools image signing) expects the HEX file with start address 0x10000400 (first KB of internal FLASH is reserved for MCUboot headers area). In order to get the correct HEX file produced by ARM fromELF tool, the ELF file should allocate LR_IROM1 starting from address 0x10000400, not 0x10000000. Otherwise the generated HEX file allocates rows at addresses 0x10000000 ~ 010000400 and the final application image is not signed correctly. Fixes https://github.com/ARMmbed/mbed-os/issues/13058. |
||
|---|---|---|
| .. | ||
| TARGET_ARM_FM | ||
| TARGET_ARM_SSG | ||
| TARGET_Analog_Devices | ||
| TARGET_Cypress/TARGET_PSOC6 | ||
| TARGET_Freescale | ||
| TARGET_GigaDevice | ||
| TARGET_Maxim | ||
| TARGET_NORDIC | ||
| TARGET_NUVOTON | ||
| TARGET_NXP | ||
| TARGET_RENESAS | ||
| TARGET_STM | ||
| TARGET_Samsung | ||
| TARGET_Silicon_Labs | ||
| TARGET_TOSHIBA | ||
| TARGET_WICED | ||
| targets.json | ||