Page 1 of 1

[Solved] CAN bus int pin selection?

Posted: Thu Jun 23, 2016 5:36 pm
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 6916 times

Re: CAN bus int pin selection?

Posted: Thu Jun 23, 2016 5:52 pm
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.

Re: CAN bus int pin selection?

Posted: Thu Jun 23, 2016 6:42 pm
by EtsDriver
Oh, nice to know! :)