Re: "Diolan Plus" bootloader.
Reply #1 –
It should support the J pics easily too, I ported it to the 18F24J50. As I recall there are two issues. 1. You need to bank switch before a few of the USB registers are used since it is pure ASM. 2. J does not like to Sleep between USB interrupts, so I changed the sleep level to something else (don't remember, but it is documented well in my version of the code). I can upload it for your reference, or I think it is in the diolan folder of the DP SVN.