Ports Project Using chipKIT™ WF32 (step-by-step)
Step-by-Step Instructions
These step-by-step instructions were used to create a Ports Peripheral Library Project. The target hardware is the chipKITTM WF32 development board from Digilent Inc.
1
Create New MPLAB@ Harmony Project
2
Use MHC (MPLAB® Harmony Configurator) to configure the PIC32 core
3
Use MHC to configure the PIC32 clocks
4
Use MHC to configure the PIC32 I/O Port pins
5
Use MHC to configure a timer to provide an interrupt every second
6
Use MHC to generate the code
7
Add application states to your project
8
Add application code to your project
9