Tool/software:
Is there an option to remove the 0x00 fill in the binary file when building with CC?
Our flash section is only partially filed, but it's filling the rest of the section with zeroes, which massively increases the flashing time.
name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
FLASH0 00021500 0013eb00 000c69f2 0007810e R X
Is there a way to prevent CC to fill the memory with zeroes or do I have to make my FLASH0 section smaller?
Thanks,
Quentin.
