How to Create a Project to Program a PIC Using MPLAB IDE V8.56
How to Create a Project to Program a PIC Using MPLAB IDE V8.56
The article provides a simple guide on how to create a project to program a pic in MPLAB IDE v8.56
Steps

Open MPLAB IDE v8.56

From the 'Projects' tab, select the first option 'Project Wizard'

Click on 'Next' in the welcome window that appears

Select the desired PIC which you need to program or build your project on and click on 'Next'

Select the active tool suite you require; among the list of tool suites given (Usually the HI-TECH Universal tool suite is preferred,if installed)

Check if the ToolSuite contents listed contains a compiler suiting your programming needs("HI-TECH ANSI C Compiler" in the case of a HI-TECH Universal toolsuite) and click 'Next'

Create a new project file at your desired location in the desired name.

Take care that the project file is saved in the '*.mcp' format and click 'Next'

In the next window , add any files you desire to add to your new project,if required. else just skip this step by clicking 'Next'.

Now click 'finish' and your new project is created.

Now select the 'New' option from the 'File' tab.

Select 'Save as' option from the 'File' tab and save the new file in the same folder in which you have created the project by selecting a suitable option from 'save as type'(depending on which type of program you're doing) Example: C Source Files if you're doing programming in C Assembly Source Files if you're doing programming in ASSEMBLY language etc...

Go to the 'Project' tab and select the option 'Add Files To The Project' and add the file saved in the previous step.

Begin programming in the file.

What's your reaction?

Comments

https://rawisda.com/assets/images/user-avatar-s.jpg

0 comment

Write the first comment for this!