How to create a project in MPLAB IDE?

In this Blog you can find out, how to create a project in MPLAB X IDE.

1.First Install MPLAB X IDE from https://www.microchip.com/mplab/mplab-x-ide

2.After Installation, find the following icon to  open MPLAB.mplab icon

3.Click file ->New Project.

4.After click New Project, you will get a prompt like this, select Standalone project & click NEXT.

new project

5.Select Device for your project & click NEXT

devicw

6.Select Tools that you are going to use in this project & Click NEXT

simulator

7.Select the Compiler & Click NEXT

compiler

8.Create a project name and select project location for your project.After complete the step the FINISH button is highlighted, then select FINISH.

projectfolder

9.Finally it look like this

final

10.Project is created with empty work space.

led

11.Refer the following image to create a new .c file

newcfile

12.New .C file will be created

final11111111

Happy Coding………….

In the Next blog, we will see how to set the configuration bits.

One thought on “How to create a project in MPLAB IDE?

Leave a comment