-
Notifications
You must be signed in to change notification settings - Fork 2
Firmware
Dilshan R Jayakody edited this page Oct 31, 2021
·
4 revisions
The firmware of the PIC16F886 has been developed using Microchip's MPLAB XC8 toolchain and MPLAB X IDE.
The most recommended method to compile the firmware is through the MPLAB X IDE. All the MPLAB X project files are provided with the source code.
To flash compiled firmware, use MPLAB IPE application with PICKit3 (or newer) version of the programmer.
The ICSP terminal locates on the PCB, and it is tested successfully with the PICKit3 programmer.
To flash the microcontroller, follow the steps given below:
- Connect the PICKit3 programmer to the ICSP terminal located on the PCB.
- Power on the preamplifier circuit.
- Connect PICKit3 programmer to the PC and transfer the compiled firmware using MPLAB IPE application.
- After firmware update, disconnect the PICKit3 programmer from the ICSP terminal.
- To start the new firmware, turn off the preamplifier circuit, and turn it back on after 30 or 45 seconds.