Porting a project from Freescale to GCC

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Porting a project from Freescale to GCC

1,107 Views
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. 

Labels (1)
Tags (2)
0 Kudos
1 Reply

876 Views
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 Kudos