The first thing to do on any project is to create one!!
This post helps you with the step by step procedure of creating a new project on the FRDM KL25Z board.
You only need a minute to create a project.
The procedure is as follows:
1.Open Codewarrior IDE.
2.Select the default workspace.
3.Wait for IDE to boot up.
4.Go to File - New -Bareboard project.
Bareboard project is what I choose for all my microcontroller applications.
Feel free to chose one that suits your requirements.
5.Name your project and hit "Next". I'll name mine "first project".
6.On the "Devices" section you could either type "MKL25Z128" and search for it manually.
Let "Project type" be "Application".
Hit "Next".
7. Select "OpenSDA" in "Connections".
Deselect the others.
Hit "Next".
8.Under "Language and Build tool options",chose the language you are comfortable programming in.
Apart from this let all the others be as it is.
"Next".
9.Select "Processor Expert" under "Rapid Application Development".
"Project mode" can be "Linked" or "Standalone".Your choice.
"Finish".
The IDE takes a while to create the new project(it depends on your PC/Laptop configuration) and it's greatly advisable not touch the Keyboard or the Mouse until the project creation is completed.
Congratulations!!You just created your first project on the FRDM KL25Z board.
This post helps you with the step by step procedure of creating a new project on the FRDM KL25Z board.
The procedure is as follows:
1.Open Codewarrior IDE.
2.Select the default workspace.
3.Wait for IDE to boot up.
4.Go to File - New -Bareboard project.
Bareboard project is what I choose for all my microcontroller applications.
Feel free to chose one that suits your requirements.
5.Name your project and hit "Next". I'll name mine "first project".
6.On the "Devices" section you could either type "MKL25Z128" and search for it manually.
Let "Project type" be "Application".
Hit "Next".
7. Select "OpenSDA" in "Connections".
Deselect the others.
Hit "Next".
8.Under "Language and Build tool options",chose the language you are comfortable programming in.
Apart from this let all the others be as it is.
"Next".
9.Select "Processor Expert" under "Rapid Application Development".
"Project mode" can be "Linked" or "Standalone".Your choice.
"Finish".
The IDE takes a while to create the new project(it depends on your PC/Laptop configuration) and it's greatly advisable not touch the Keyboard or the Mouse until the project creation is completed.
Congratulations!!You just created your first project on the FRDM KL25Z board.
No comments:
Post a Comment