CW10.4 simple question

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

CW10.4 simple question

Jump to solution
486 Views
Florijan
Contributor III

Hi,

 

I am using CodeWarrior tools for many years. When I moved to CW10.4 and generated new Barebore Project for Kinetis L series MCU, I cant find "main.c" file. So my question is simple: Do I have to make this file by my self and if the answer is yes, which files I have to include using #include statement. If you have an example it would be also helpful. I could search these answers in documentation etc. but I really don't have time.

 

Best regards,

Florijan

Labels (1)
0 Kudos
1 Solution
386 Views
BlackNight
NXP Employee
NXP Employee

Hi,

which microcontroller do you use? I use the KL25Z, and a main.c is created for me inside the 'Sources' folder.

There is just one thing: if you create a Processor Expert project, then the main() is inside the ProcessorExpert.c file.

I hope this helps,

Erich

View solution in original post

0 Kudos
1 Reply
387 Views
BlackNight
NXP Employee
NXP Employee

Hi,

which microcontroller do you use? I use the KL25Z, and a main.c is created for me inside the 'Sources' folder.

There is just one thing: if you create a Processor Expert project, then the main() is inside the ProcessorExpert.c file.

I hope this helps,

Erich

0 Kudos