hello i have two powerful programmer, they have tons of config bits before programming the open prog firmware, i need help to understand them
lvp off
wdt off
bor on
pwrt on
fosc hs 12mhz clock divided by 3 ....
pbad enable
fcmem off
mclre off
wdtps 1:1
wrtd off
debug off
is it right ??? do i miss something ?? tried to program one, and windows detect it as an unknown usb device, all part seems fine, no short, no wiring error ???
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here how config options are defined in the source file:
PLLDIV=3, FOSC=HSPLL_HS //for 12 MHz crystal
CPUDIV=OSC1_PLL2, USBDIV=2
IESO=OFF, PWRT=OFF, BOR=ON_ACTIVE, VREGEN=ON, WDT=OFF
MCLRE=OFF, PBADEN=OFF, STVREN=ON, LVP=OFF, XINST=OFF, DEBUG=OFF
BORV=21
Anyways the config word is embedded in the hex file, so it should load automatically
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello i have two powerful programmer, they have tons of config bits before programming the open prog firmware, i need help to understand them
lvp off
wdt off
bor on
pwrt on
fosc hs 12mhz clock divided by 3 ....
pbad enable
fcmem off
mclre off
wdtps 1:1
wrtd off
debug off
is it right ??? do i miss something ?? tried to program one, and windows detect it as an unknown usb device, all part seems fine, no short, no wiring error ???
Here how config options are defined in the source file:
PLLDIV=3, FOSC=HSPLL_HS //for 12 MHz crystal
CPUDIV=OSC1_PLL2, USBDIV=2
IESO=OFF, PWRT=OFF, BOR=ON_ACTIVE, VREGEN=ON, WDT=OFF
MCLRE=OFF, PBADEN=OFF, STVREN=ON, LVP=OFF, XINST=OFF, DEBUG=OFF
BORV=21
Anyways the config word is embedded in the hex file, so it should load automatically