RXint problem

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
Desdewit
Posts: 130
Joined: Sat Feb 26, 2011 4:26 am
Location: South Africa
Has thanked: 25 times
Been thanked: 11 times
Contact:

RXint problem

Post by Desdewit »

Hi

RXint not working on pic16f887 & 18f252 but works with pic16f877.
Could this also be a flowcode error like on some of the other pic's :?:

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 problem

Post by Enamul »

Hi Desdewit,
RXint not working on pic16f887 & 18f252 but works with pic16f877.
I have checked the FCD file for PIC16f887 and PIC18f252 and seems ok for PIC 16f887 but not OK for PIC18f252. You see in FCD file for PIC18f252..

Code: Select all

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

Code: Select all

EnableCode="set_bit(intcon, PEIE);\nst_bit(pie1, RCIE);\n"
But I think you have missed Ben's post of all corrected FCD files in zip in the following link..
http://www.matrixmultimedia.com/mmforum ... 46&t=11317
Simply extract this zip and paste in the FCD folder of FCV5..you have to replace the old FCDs.
Enamul
University of Nottingham
enamul4mm@gmail.com

Post Reply