2018/02/01

Handling of Data Section In Image

ARM Linker

RW section is compressed in image the decompressed at loading.

http://www.keil.com/support/man/docs/armlink/armlink_pge1362065930871.htm

RW data areas typically contain a large number of repeated values, such as zeros, that makes them suitable for compression.
RW data compression is enabled by default to minimize ROM size.
The linker compresses the data. This data is then decompressed on the target at run time.

No comments:

Post a Comment

Post Code on Blogger

Simplest way to post code to blogger for me: <pre style="background: #f0f0f0; border: 1px dashed #CCCCCC; color: black;overflow-x:...