Page 1 of 1

Using two CAN connections on 30F6012A

Posted: Tue May 27, 2014 5:29 pm
by beambase
This has maybe been asked before, but is it possible to use both CANBUS modules on a 30F6012A chip? I can successfully use 1 but if I add another CAN component to Flowcode i can't compile to HEX. Is it possible to map each CAN component to a specific CAN module on the chip?

Thanks

Re: Using two CAN connections on 30F6012A

Posted: Tue Jun 03, 2014 11:21 am
by Benj
Hello,

Yes this might be possible, I have added two CAN components to the attached program below and used the code customisation to reroute the CAN1 component to internal CAN channel 2.
CanTest.fcf_pic16
(43.72 KiB) Downloaded 293 times
It compiles but there may be more issues lurking.

Flowcode v6 should support multiple internal CAN components out the box on this device so this could be an option if you run into problems.

Let me know how you get on.