Thursday 15 November 2012

How To Create New Project Using MPLAB

  1.  Create new MPLAB project
  •   Before we start, create a new folder in C drive and rename the folder accordance to the project name/ title as shown below. This folder is now become the project folder.

  • Copy the given ASM code from project CD to new project folder and rename it with own  name as shown in the example below. 
  • Open MPLAB IDE :
  • Go to project menu and click "Project Wizard"
  • Click "Next"
  • Select your devices. (Choose the right devices base on your project development)
  • Select your language tool suite. For my assembly program development, select the setting as shown below. 
  • Browse where to locate new MPLAB project and write a name for the project. 

  • Select your existing assembly code/ project and click "add" to insert to new MPLAB project. 
  • Project wizard is now complete. Check the summary and click "finish".
  • The new project MPLAB is shown like the figure below.


 2. I am now ready to build my project.

  • To build new project, go to Menu Project and click on "Build all".

  • Below is the succeeded result after Build process.



 

No comments:

Post a Comment