RXINT issue in PIC 18f4580

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

RXINT issue in PIC 18f4580

Post by Enamul »

Hi,
After loosing one very important working day..I found out that PIC18f4580 has same RXINT issue like ECIO-40 and 28.
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"
@BEN
Please have a look at other similar devices..might have similar issue..I will have look as much I can but you might have better idea to search the problem.
Attachments
18F4580.fcd
(15.29 KiB) Downloaded 297 times
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: RXINT issue in PIC 18f4580

Post by Benj »

Hi Enamul,

Thanks for letting me know. I have just checked the 18F FCD files I have here and the problem has been fixed in all the files so It looks like we are just waiting for the next update release. If you want me to attach the current FCDs then let me know.

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

Re: RXINT issue in PIC 18f4580

Post by Enamul »

Hi Ben,
Thanks for letting us about the FCD updates. It will be great if you post them so that we can correct them as one go.
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: RXINT issue in PIC 18f4580

Post by Benj »

Hi Enamul,

Here are the latest files for PIC.
Attachments
Flowcode_v5.4_PIC_FCD_01_10_12.zip
(1.47 MiB) Downloaded 323 times

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

Re: RXINT issue in PIC 18f4580

Post by jgu1 »

Hi both!

Is all these fcd files something you recomend to overwrite in the FCD lib. Please. :?:

I can see that the size of them are smaller than the old, but maybe that dosn´t meam anything. :?:

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

Re: RXINT issue in PIC 18f4580

Post by Enamul »

Hi Jorgan,
Don't worry. You can simply make a FCD.backup folder in the Flowcode folder and keep the back up of your old FCD files and put this new FCD files in the FCD folder..It should be fine :)
Enamul
University of Nottingham
enamul4mm@gmail.com

brandonb
Posts: 438
Joined: Mon Aug 29, 2011 12:26 am
Location: arizona
Has thanked: 175 times
Been thanked: 173 times
Contact:

Re: RXINT issue in PIC 18f4580

Post by brandonb »

thanks for fixing this, i ran into the problem this weekend with a 18f2685, did some tests and found that the rx was inop, i wrote a post on it (later deleted) then found this post afterwards, the new fcd works great!!! :D

Post Reply