Software uart wont compile

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

Moderator: Benj

Post Reply
zadah
Posts: 31
Joined: Wed May 02, 2012 5:49 pm
Has thanked: 3 times
Been thanked: 7 times
Contact:

Software uart wont compile

Post by zadah »

FC7 software uart wont compile (12f683)

When I open same file on FC6 it compiles ok. (File was orginally made in FC7 free version)


PS. Could you make interface more like in FC5 ( it has most clear layout so far...) + it would be nice to have custom C code like in FC5.

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Re: Software uart wont compile

Post by QMESAR »

zadah wrote:FC7 software uart wont compile (12f683)
it would be nice to have custom C code like in FC5.
Well you can add custom C code in FC 6 and FC 7 or I am misunderstand you some how

zadah
Posts: 31
Joined: Wed May 02, 2012 5:49 pm
Has thanked: 3 times
Been thanked: 7 times
Contact:

Re: Software uart wont compile

Post by zadah »

QMESAR wrote:
zadah wrote:FC7 software uart wont compile (12f683)
it would be nice to have custom C code like in FC5.
Well you can add custom C code in FC 6 and FC 7 or I am misunderstand you some how
I mean c code editable components like in fc5. They disappeared with fc6 which was big loss on terms of functionality of the program.

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: Software uart wont compile

Post by Benj »

Hello,
I mean c code editable components like in fc5. They disappeared with fc6 which was big loss on terms of functionality of the program.
In v5 this was a fairly nice feature however it was a support nightmare and had the ability to really break your programs with no way of knowing how or why. We purposely removed it from v6 and instead created the component creation feature should you want to create your own component library with different or altered code. This also simulates which is a massive advantage over the v5 none simulating custom code.

For the next upcoming v7 release we have made component creation significantly easier which should help a lot.

Investigating the software UART problem for you now.

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: Software uart wont compile

Post by Benj »

I have now fixed the problem. Simply copy the attached file into your "Flowcode 7/CAL/PIC" folder and the compilation should then work correctly.
PIC_CAL_IO.h
(10.94 KiB) Downloaded 287 times

zadah
Posts: 31
Joined: Wed May 02, 2012 5:49 pm
Has thanked: 3 times
Been thanked: 7 times
Contact:

Re: Software uart wont compile

Post by zadah »

Benj wrote:I have now fixed the problem. Simply copy the attached file into your "Flowcode 7/CAL/PIC" folder and the compilation should then work correctly.
PIC_CAL_IO.h
Thanks Benj, i will give it a try.

Post Reply