[Solved] CAN bus int pin selection?

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

Moderator: Benj

Post Reply
EtsDriver
Posts: 444
Joined: Tue Apr 15, 2014 4:19 pm
Location: Kajaani, Finland
Has thanked: 345 times
Been thanked: 227 times
Contact:

[Solved] CAN bus int pin selection?

Post by EtsDriver »

Hi!

I took a look at the EB018 datasheet, and i see there is pin called *int, but seems that we cannot change it on flowcode when using "software" selections for pins? I have a hardware at hand that has the interrupt pin on some other pin... :O
can_bus_bug.JPG
can_bus_bug.JPG (35.9 KiB) Viewed 6256 times
Last edited by EtsDriver on Thu Jun 23, 2016 6:43 pm, edited 1 time in total.
Ill just keep the good work up!

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: CAN bus int pin selection?

Post by Benj »

Hello,

The component doesn't actually use the INT pin it is just there if you want to use it.

To use the INT signal you could enable an INT interrupt and then connect the INT signal from the CAN board through to the INT pin. Then when the INT interrupt macro fires you can do things like check the CAN IC for incoming messages.

EtsDriver
Posts: 444
Joined: Tue Apr 15, 2014 4:19 pm
Location: Kajaani, Finland
Has thanked: 345 times
Been thanked: 227 times
Contact:

Re: CAN bus int pin selection?

Post by EtsDriver »

Oh, nice to know! :)
Ill just keep the good work up!

Post Reply