MPLABX Project Creation Procedure

5 downloads 167 Views 171KB Size Report
Lab #1 – Intro to Microcontrollers. Procedure: Run MPLABX. File->New Project. Stand Alone Project. Next. Family ->Advanced 8bit. Device->PIC18f45k20. Next.
Lab #1 – Intro to Microcontrollers

Procedure: Run MPLABX File->New Project Stand Alone Project Next Family ->Advanced 8bit Device->PIC18f45k20 Next PICKit3 Option categories: Power Check - power target from PICKit3 Next mpasm Project Name: Lab1 Finish

Right click source file New->Assembly file File Name Lab1 Extension asm

cut and paste the skeleton code from the website into the new asm file. Click the build icon (the hammer) and make sure that the project builds successfully.