I am working on MKE02Z64VLD2 controller in KDS 2.0.
The above screenshot is my linker file.
When I load the application S19 file it throws this warning message.
What are the suitable values that should be written in
I have attached the application code also.
Original Attachment has been moved to: Application-code.zip
Solved! Go to Solution.
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!
-----------------------------------------------------------------------------------------------------------------------
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!
-----------------------------------------------------------------------------------------------------------------------
Thanks alot. I fixed that problem. Now I dont know how to load my own application file into the boot loader. Can u kindly check out this thread and reply. How to run the application file in the Freescale Universal boot loader ?
Hi Ganesh,
We will help you to answer that question in your new post!
Have a great day,
Jingjing
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------