in MPC5744P, When I changed these memory addresses in the linker file, the application did not start. why did this behavior happen?
from 0X00FA0000
flash_rchw : org = 0x00FA0000, len = 0x4
cpu0_reset_vec : org = 0x00FA0000+0x04, len = 0x4
to 0X00FC0000
flash_rchw : org = 0x00FC0000, len = 0x4
cpu0_reset_vec : org = 0x00FC0000+0x04, len = 0x4