configuration turn off in the project-option

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
HjH
Posts: 108
Joined: Sat Jul 03, 2010 4:38 pm
Been thanked: 2 times

configuration turn off in the project-option

Post by HjH »

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

kersing
Valued Contributor
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

Post by kersing »

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

Post Reply