Not able to change the interrupt vector table location in icf of EWARM Tool

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Not able to change the interrupt vector table location in icf of EWARM Tool

891 次查看
gurukiran
Contributor I

Hi,

I'm having the issue , when IPL (bootloader) gives the control to the application from 0x00000000 location to flash rom location 0x00028000 , if I place flash Rom address at the interrupt vector table starting address, the uc3 RTOS task are not getting initialized and not able to see the logs, getting struck at the initialization itself, how to resolve the issue??
I will attach the icf file, before(working) and after(not working) changing the vector table address location

 

 

标签 (1)
0 项奖励
回复
1 回复

845 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi gurukiran,

Your question is related to vector relocation in bootloader. I don't use EMARM Tool but if from general vector relocation perspective, I suggest you referring the method in this article. It's for Kinetis but the vector relocation method is the same for LPC

https://community.nxp.com/t5/CodeWarrior-Development-Tools/Interrupt-Vector-Redirection-Method-in-Ki...

Hope this will help you.

Jun Zhang

0 项奖励
回复