Config2 exchange config3

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
Contact:

Config2 exchange config3

Post by HjH »

Hello,

Flowcode : 6.0.3
MCU : 24FJ64GB002
Tact : 32MHz

in the configuration word config2 is a bug.
Config2 is exchange with config3

Present state

//Configuration Start
_CONFIG1(65299);
_CONFIG2(64767); // false
_CONFIG3(2454); // false
_CONFIG4(30583);
//Configuration End

correct state

//Configuration Start
_CONFIG1(65299);
_CONFIG2(2454); // true
_CONFIG3(64767); // true
_CONFIG4(30583);
//Configuration End

HjH

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Config2 exchange config3

Post by Benj »

Hello,

Thanks for the spot, I've made the fixes to the family and here is the updated FCD which will be included in the next patch.
24FJ64GB002.fcdx
(35.33 KiB) Downloaded 206 times

Post Reply