Hi Ganesh,
Do you use the UART bootloader and want to relocate the application address?
If yes, modify the link file ProcessorExpert.ld, the m_interrupts Origin = 0x1000,
m_data = 0x1000, length = 0xfbf0-0x1000;
m_cfmprotrom don't need to modify.
About the detail relocate address, you can check your bootloader code,
#define RELOCATION_VERTOR_ADDR 0x1000
Besides, your KDS version is to low, you can go to : www.nxp.com/kds download KDS3.2.
Wish it helps you!
If you still have question, please contact me!
Have a great day,
Jingjing
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------