Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 8 months ago.
Description does not accords with build detail in mbed-compiler?
In Memory Sections part, it is said that RW Data is copied from Flash to RAM after startup. However in mbed-compiler build detail, as shown in the picture, RW Data seems to be contained not in Flash but only in RAM, and the size of output binary file proves so. Does this mean that the discription is wrong?
Question relating to:
1 Answer
8 years, 7 months ago.
Hi,
The linker of the mbed online compiler compresses the RW data. This data is then decompressed on the target at run time.
http://infocenter.arm.com/help/topic/com.arm.doc.dui0474l/pge1362065930871.html