mpc5554CPU, the same application, modify the lcf link file, adjust the size of the SRAM memory partition, the following phenomenon occurred:
1. Changing the start address of pseudo_rom area will affect the BIN file size. The smaller the start address is, the larger the BIN file will be.
2. Change the internal_ram area start address, will affect the BIN file size, the smaller the start address, the smaller the BIN file.
3. Changing the start address and length of init, heap and stack has no effect on the BIN file size.
Why is it possible to change the BIN file size by modifying the lcf file?