My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

MPHidFlash

Description

MPHidFlash is a command-line tool for communicating with the USB-Bootloader in PIC microcontrollers. It supports Microchips HID-Bootloader protocol and runs on various plattforms (Windows, Linux, MacOS X).

This tool is based on the programm 'ubw32' developed by Phillip Burgess.

Download

The latest stable release is MPHidFlash version 1.3.

Version 1.3 (2009-12-26)

Usage

To upload a new program to your PIC, it must be connected to your computer and set into bootloader mode. For example, to upload the program test.hex to the PIC and to reset the PIC thereafter the following command line can be used:

mphidflash -write test.hex -reset

For a description of all available options type:

mphidflash -help

Bootloader Firmware

MPHidFlash supports bootloaders which uses Microchips HID class bootloader protocol. Application notes and examples of firmware for PIC18, PIC24 and PIC32 are included in the Microchip MCHPFSUSB Framework. You find it in the folder "USB Device - Bootloaders/HID - Bootloader".

Devices with preprogrammed HID-Bootloader

Powered by Google Project Hosting