Updating the PBP code with
DEFINE RESET_ORG 1000h ' For Microchip USB Bootloader
DEFINE INTERRUPT_ORG 1008h ' For Microchip USB Bootloader
Fixed the issue so I can now use the HID bootloader, which has the source for the Bootloader PC app.
With the second DEFINE I am not sure if I require it, but I have seen it mentioned in some posts and the Microchip docs actually mention that the Interrupt vectors are moved. It also says that the High and Low priority are on two separate locations, but my code seems to work and its late.
Tomorrow I will investigate further..
Till then Happy Pic'n !
bill
Bookmarks