Porting a project from Freescale to GCC

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

Porting a project from Freescale to GCC

1,187 次查看
kirantujare
Contributor IV

I want to port my project from Freescale compiler to gcc compiler. I haven used the following pdf.  I did not understand number 7 in the pdf I also cannot find the file kinetis_sysinit.c in the new project folder. 

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

956 次查看
TICS_Fiona
NXP Employee
NXP Employee

Hello Kiran

For a CodeWarrior project based on Freescale Build Tools without Processor Expert included, "kinetis_sysinit.c" locates under <\Startup_Code> folder. This file sets the Interrupt vector table.

startup.png

If your project is created with Processor Expert, you can find the vector table in "Vectors_Config.h" which is included in "Vectors.c".

 

 

 

Best Regards

Fiona Kuang

TIC - Technical Information Center

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Mark Correct button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励