johnnydrazzi / USB-uC

USB MSD Bootloader for PIC Microcontrollers
GNU General Public License v3.0
33 stars 9 forks source link

USB HID instead of MSD? #2

Closed zavodnyrichard closed 2 years ago

zavodnyrichard commented 2 years ago

Would it be possible to use HID instead of MSD? What would I need to modify?

johnnydrazzi commented 2 years ago

Hey, you're better off using or modifying microchips bootloader which uses HID. My code for MSD bootloader wouldn't be of any use for HID.. Head over to here and download the latest MLA. When you've downloaded it, install MLA with USB apps selected, go to the directory apps>usb>device>bootloaders and find information, the firmware and utilities for programming there.

Hope that helps :).