1
Messages
This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.
Messages - usa303
2
Project logs / Re: "Diolan Plus" bootloader.
3
Project logs / Re: "Diolan Plus" bootloader.
I changed fuse settings as below:
Code: [Select]
CONFIG PLLSEL = PLL3X ; 3X PLL multiplier selectedand added standard clock initialization procedure before bootloader starts (OSCTUNE, OSCCON, OSCCON2).
CONFIG CFGPLLEN = OFF ; PLL turned on during execution
CONFIG CPUDIV = NOCLKDIV ; 1:1 mode (for 48MHz CPU)
CONFIG LS48MHZ = SYS48X8 ; Clock div / 8 in Low Speed USB mode
CONFIG FOSC = INTOSCIO ; HFINTOSC selected at powerup, no clock out
Bootloader starts, but PC writes that "USB device is not recognized".
Any idea what should be changed additionally to get it running?