Hi Anuj Tanksali,
You should use the Kinetis in the previous time with KDS.
Now, RT boot mode is totally not the same as the Kinetis.
If you want to change the app memory location, you can't modify the Flash address from 0X70000000 to 0x70008400, it's not correct.
From 0X70000000, it will put the flexpi_nor config code, ivt, boot data, dcd data, these it used for the boot, from 0X70002000, it is your app area, so you can modify the address from 0x70002000 to your 0x70008400, 0x70000000 to 0x70001fff must can't be modified.
So, if you want to modify, please modify the .isr_vector address to your designed app address:

Program address should still from 0X70000000.
Wish it helps you!
Have a great day,
Kerry
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------