You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Getting Started With the 8-bit MDFU Client for PIC18F56Q24 Using MPLAB® X
5
+
# Getting Started With the 8-bit MDFU Client for PIC18F56Q24 Using MPLAB X
6
6
7
-
This is an example on how to use the MPLAB Code Configurator (MCC) generated code for configuring some basic Microchip Device Firmware Update (MDFU) bootloader solutions for the PIC18F56Q24 Curiosity Nano Evaluation Board.
7
+
This is an example on how to use the MPLAB Code Configurator (MCC) generated code for configuring several basic Microchip Device Firmware Update (MDFU) bootloader solutions for the PIC18F56Q24 Curiosity Nano Evaluation Board.
8
8
9
-
The Microchip Device Firmware Update (MDFU) is a device firmware update ecosystem that uses a device agnostic host application to update the application firmware. The application image that is loaded into the host follows a custom file format that includes the device and application-specific parameters needed to perform the update. This repository provides the basic starting point to configure and customize the MCC Melody 8-Bit MDFU Client library on the PIC18F56Q24 Curiosity Nano development board and also provides instructions for running the examples.
9
+
The Microchip Device Firmware Update (MDFU) is a device firmware update ecosystem that uses a device agnostic host application to update the application firmware. The application image that is loaded into the host follows a custom file format that includes the device and application-specific parameters needed to perform the update. This repository provides the basic starting point to configure and customize the MCC Melody 8-Bit MDFU Client library on the PIC18F56Q24 Curiosity Nano Base for Click boards™ and also provides instructions for running the examples.
10
10
11
11
This example will demonstrate:
12
12
- How to configure the 8-Bit MDFU Client Library in MCC Melody for different verification schemes
13
13
- How to create a simple Blinky LED application
14
-
- How to use [`pyfwimagebuilder`](https://pypi.org/project/pyfwimagebuilder/) command line interface to convert application hex file into application image
15
-
- How to use [`pymdfu`](https://pypi.org/project/pymdfu/) command line interface to update the application firmware
14
+
- How to use the [`pyfwimagebuilder`](https://pypi.org/project/pyfwimagebuilder/) command line interface to convert application hex file into the application image
15
+
- How to use the [`pymdfu`](https://pypi.org/project/pymdfu/) command line interface to update the application firmware
16
16
---
17
17
## Related Documentation
18
18
@@ -24,10 +24,10 @@ This example will demonstrate:
24
24
---
25
25
## Software Used
26
26
27
-
-[MPLAB® X IDE 6.15.0](https://www.microchip.com/en-us/tools-resources/develop/mplab-x-ide)
0 commit comments