ECIO-28 & 40 RXINT Issue

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
User avatar
Enamul
Posts: 1772
Joined: Mon Mar 05, 2012 11:34 pm
Location: Nottingham, UK
Has thanked: 271 times
Been thanked: 814 times

ECIO-28 & 40 RXINT Issue

Post by Enamul »

Hi Ben,
Although this issue is mentioned in the following post years back...
http://www.matrixmultimedia.com/mmforum ... INT#p16337
But I guess you might have missed that. But it seems very important for me. As I can't use RXINT in ECIO and tried for hours then discovered this FCD issue..
Currently, in the FCD..

Code: Select all

EnableCode="st_bit(pie1, RCIE);\n"
Should be..

Code: Select all

EnableCode="set_bit(intcon, PEIE);\nst_bit(pie1, RCIE);\n"
Here goes corrected FCDs..
Attachments
ECIO-40.fcd
(15.92 KiB) Downloaded 294 times
ECIO-28.fcd
(15.5 KiB) Downloaded 291 times
Enamul
University of Nottingham
enamul4mm@gmail.com

jgu1
Posts: 1333
Joined: Tue Oct 06, 2009 9:39 am
Has thanked: 1135 times
Been thanked: 299 times

Re: ECIO-28 & 40 RXINT Issue

Post by jgu1 »

Hi Enamuel! :D

It's nice to have such experienced people like you. I will write these FCD files. But I thought you still had to make a thread called "fixes for 5.4" :wink:

About this:
http://www.matrixmultimedia.com/mmforum ... 46&t=11170 I promised you an answer, I have been playing a little around with it in FC. as you said, there are many opportunities, not only 7seg display. :cry:

Have a nice sunday

Best regard
Jorgen

User avatar
Enamul
Posts: 1772
Joined: Mon Mar 05, 2012 11:34 pm
Location: Nottingham, UK
Has thanked: 271 times
Been thanked: 814 times

Re: ECIO-28 & 40 RXINT Issue

Post by Enamul »

Hi Jorgan,
Thanks. I will make a thread for minor fixes. In which I will link all the recent fixes of FCV5.4

About your 7 segment driver, have you played with that and did you manage to program the IC. If not please let me know I will post something for you.
Enamul
University of Nottingham
enamul4mm@gmail.com

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: ECIO-28 & 40 RXINT Issue

Post by Benj »

Hello,

Many thanks for the reminder and the heads up. I have added the changes to the master 18F FCD files here so this fix will be included in the next release.

Post Reply