Converting MPLAB 8 ASM project to MPLABX

Create a blank new MPLAB X project as normal, selecting mpasm as the toolset. Add the project .asm files to the new projects “ProjectName.X” directory. Right click the project > Add Existing Item > Select just the main asm file and add it to Source Files. Check the assembler command line switches you used for […]

Read More

Package Project

Right click project and select 'Package'. This will create a zip which includes all the file in the project (look in the output box to see where it got saved).  Its a handy way of sending a project to others, archiving a project etc. A benefit is it will remove other projects and files in […]

Read More

.Create New Project

XC8 Projects Jump to our page here. XC32 Projects Jump to our page here. Create MPLAB X Project Run MPLAB X IDE Menu > File > New Project Categories: Microchip Embedded Projects: Standalone Project Select the device Select the debugging tool Select the Compiler to use Set project name and “Set as main project” Add […]

Read More