Issue with config setting

A forums to allow bugs and problems with Flowcode v7 to be reported and resolved.

Moderator: Benj

Post Reply
jadiflow
Flowcode v5 User
Posts: 273
Joined: Thu Apr 17, 2008 9:59 am
Has thanked: 19 times
Been thanked: 16 times
Contact:

Issue with config setting

Post by jadiflow »

Not sure this is a bug per se, but I get a compiler warning when compiling a program for the PIC12F615:

33: __config("__PROG_CONFIG", "pic", 0x1, 0x3D94);
^ (1386) unable to determine the semantics of the configuration setting "BOREN" for register "CONFIG" (warning)

Since this is something that is set in the Configure dialog in Project Options, I thought I'd flag it here. This happens with BOREN disabled; when I enable it in the Configure screen, the warning disappears.

Jan Didden
Linear Audio

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: Issue with config setting

Post by Benj »

Hi Jan,

Thanks for letting us know. There is a don't care bit in the datasheet but obviously the compiler does care about this bit.

I've fixed the definition files so that the problem should now be resolved. Please note that you will have to go back into the configuration options and change the brown out setting to one of the settings in the list.
12F615.fcdx
(11.97 KiB) Downloaded 140 times

Post Reply