Dear friends:
I am working with a 16F886 in PM,PBP2.50b,and I have no problem with the configuration,until
I try to set the BOD voltage to 2.1Volts.
Here is the config..
@ device pic16f886 , HS_OSC
@ DEVICE pic16f886 , PWRT_OFF
@ DEVICE pic16F886 , PROTECT_ON
@ DEVICE PIC16F886 , WDT_OFF
@ DEVICE PIC16F886 , LVP_OFF
I added the next line to set the BrownOut Voltage to 2.1 Volts
@ device PIC16F886 , BOR21V , as the inc file states...But when it compiles and goes to
the USB melabs programmer,the fuses still shows BOD = 4 V.
A closer look at the INC file states that this parameter is for the "device2" directive,but if
I add the 2 after the device the PM compiler rejects this line.
Any help...?
Thanks in advance...
Ruben de la Pena V.
Bookmarks