Yes it took me a while to figure it out but this is what is needed to use the USB bootloader with PBP.
DEFINE LOADER_USED 1
DEFINE RESET_ORG 800h ' For Microchip USB Bootloader
DEFINE INTERRUPT_ORG 808h ' For Microchip USB Bootloader
Yes it took me a while to figure it out but this is what is needed to use the USB bootloader with PBP.
DEFINE LOADER_USED 1
DEFINE RESET_ORG 800h ' For Microchip USB Bootloader
DEFINE INTERRUPT_ORG 808h ' For Microchip USB Bootloader
Thank you very much for this information!!!Originally Posted by PJALM
Stefan.
Bookmarks