Hello
can anybody say, haw I can configuration turn off in the project-option.
Sampel:
actual situation:
//Configuration Start
_FBS(65535);
_FSS(254);
_FGS(65533);
_FOSCSEL(65528);
_FOSC(65403);
_FWDT(65407);
_FPOR(65535);
_FICD(65535);
//Configuration End
target situation:
//Configuration Start
//Configuration End
//my Confuguration
_FOSCSEL(FNOSC_FRC);
_FOSC(FCKSM_CSECMD & OSCIOFNC_ON & POSCMD_NONE);
_FWDT(FWDTEN_OFF);
Thank you for the help
HjH
configuration turn off in the project-option
Moderator: Benj
-
- Valued Contributor
- Posts: 2045
- Joined: Wed Aug 27, 2008 10:31 pm
- Location: Netherlands
- Has thanked: 553 times
- Been thanked: 1081 times
Re: configuration turn off in the project-option
As far as I know there is no option to turn this off. Is there a specific reason you do not want to use the flowcode configuration? It enables you to set the same values manual configuration does.
“Integrity is doing the right thing, even when no one is watching.”
― C.S. Lewis
― C.S. Lewis