Interrupt pin RA2 on 16F685?

Forum for problems or queries regarding the Flowcode application and compiler usage.

Moderators: Benj, Mods

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:

Interrupt pin RA2 on 16F685?

Post by jadiflow »

Hi,

I have a project using the 16F685. This PIC has an external interrupt pin (similar to the well-known RB0 int pin on other types): RA2. However, in Flowcode, I can't select this particular int source in the INT macro. However, there is an RB0 int listed in the macro, but this PIC doesn't have an RB0 pin...

Jan Didden

User avatar
Steve
Matrix Staff
Posts: 3424
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Re: Interrupt pin RA2 on 16F685?

Post by Steve »

I have never used this chip. Perhaps selecting to use the RB0 interrupt will actually use the RA2 interrupt? (this is what happens with the 8 pin PICmicros in Flowcode).

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

Re: Interrupt pin RA2 on 16F685?

Post by jadiflow »

Hmmm. Steve, is there an other way to find out except try-and-see-what-you-get?
Just trying to save time here.

Jan Didden

Post Reply