mirror of https://github.com/ARMmbed/mbed-os.git
534becb175
When the original PSOC6 CM4 hex file contains unalinged text sections that span through multiple intelhex segments, aligned segments (filled with zeroes) overlap with the original data segments, resulting in error thrown by ihex.merge(alignments, overlap='error'). Such hex file can be produced when the ELF is built with ARM MDK Compiler with --split_sections option: http://www.keil.com/support/man/docs/armcc/armcc_chr1359124944914.htm Change the merge strategy to overlap='ignore', so that the overlapping zero-filled segments are skipped. |
||
---|---|---|
.. | ||
LPC.py | ||
NCS.py | ||
PSOC6.py | ||
REALTEK_RTL8195AM.py | ||
STM32_gen_PeripheralPins.py | ||
__init__.py | ||
lint.py |