|
Project Information
Members
Featured
Downloads
|
MPHidFlashDescriptionMPHidFlash 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. DownloadThe latest stable release is MPHidFlash version 1.3. Version 1.3 (2009-12-26)
UsageTo 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 FirmwareMPHidFlash 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 |